Browse Source

Add .csproj indentation rules in .editorconfig

pull/2429/head
Manuel Menegazzo 1 month ago
committed by GitHub
parent
commit
7084888242
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 4
      .editorconfig

4
.editorconfig

@ -167,3 +167,7 @@ indent_size = 2
indent_style = space indent_style = space
insert_final_newline = false insert_final_newline = false
tab_width = 2 tab_width = 2
[*.csproj]
indent_size = 2
indent_style = space
Loading…
Cancel
Save