Browse Source
Add .csproj indentation rules in .editorconfig
pull/2429/head
Manuel Menegazzo
1 month ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
4 additions and
0 deletions
-
.editorconfig
|
|
|
@ -167,3 +167,7 @@ indent_size = 2 |
|
|
|
indent_style = space |
|
|
|
insert_final_newline = false |
|
|
|
tab_width = 2 |
|
|
|
|
|
|
|
[*.csproj] |
|
|
|
indent_size = 2 |
|
|
|
indent_style = space |