Skip to content

Commit

Permalink
update .editorconfig to have style preference for csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
dansiegel committed Oct 2, 2017
1 parent 8d574e2 commit d2d69a4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .editorconfig
Expand Up @@ -9,3 +9,7 @@ end_of_line = CRLF
[*.cs]
indent_style = space
indent_size = 4

[*.csproj]
indent_style = space
indent_size = 2

0 comments on commit d2d69a4

Please sign in to comment.