Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Set indentation for project files in .editorconfig
  • Loading branch information
sharwell committed Nov 11, 2020
1 parent 5b70079 commit a28226c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .editorconfig
@@ -1,5 +1,9 @@
root=true

[*.{csproj,props,targets,nuspec}]
indent_style = space
indent_size = 2

[*.cs]
indent_style = space
indent_size = 4

0 comments on commit a28226c

Please sign in to comment.