Skip to content

Commit 86fcc65

Browse files
committed
Update .editorconfig
1 parent db2fef8 commit 86fcc65

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.editorconfig

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
root = true
22

33
[*]
4+
charset = utf-8
45
#end_of_line =
56
indent_size = 4
67
indent_style = tab
7-
insert_final_newline = true
88
tab_width = 4
99

1010
[*.json]
1111

12-
[App.config]
12+
[app.config]
1313

1414
[*.yml]
1515
indent_size = 2
@@ -29,6 +29,8 @@ indent_style = space
2929
indent_style = space
3030

3131
[*.{cs,vb}]
32+
insert_final_newline = true
33+
3234
dotnet_separate_import_directive_groups = false
3335
dotnet_sort_system_directives_first = true
3436
dotnet_style_coalesce_expression = true:suggestion

0 commit comments

Comments
 (0)