Skip to content

Commit

Permalink
.editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
phnx47 committed Jan 4, 2019
1 parent 5479985 commit 54ffe38
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ insert_final_newline = true

[*.cs]
indent_size = 4
insert_final_newline = true
# code style settings:
dotnet_sort_system_directives_first = true

[*.csproj]
indent_size = 2
Expand All @@ -20,7 +21,3 @@ indent_size = 2

[{*.sh, *.ps1}]
indent_size = 2

# code style settings:
[*.{cs}]
dotnet_sort_system_directives_first = true

0 comments on commit 54ffe38

Please sign in to comment.