Skip to content

Commit

Permalink
Update .editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
wtfsck committed Jan 1, 2019
1 parent db2fef8 commit 86fcc65
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
root = true

[*]
charset = utf-8
#end_of_line =
indent_size = 4
indent_style = tab
insert_final_newline = true
tab_width = 4

[*.json]

[App.config]
[app.config]

[*.yml]
indent_size = 2
Expand All @@ -29,6 +29,8 @@ indent_style = space
indent_style = space

[*.{cs,vb}]
insert_final_newline = true

dotnet_separate_import_directive_groups = false
dotnet_sort_system_directives_first = true
dotnet_style_coalesce_expression = true:suggestion
Expand Down

0 comments on commit 86fcc65

Please sign in to comment.