Skip to content

Commit

Permalink
Fix editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
bording committed Aug 25, 2018
1 parent 0201906 commit 8360c3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ trim_trailing_whitespace = true
insert_final_newline = true

; Not change VS generated files
[*.{sln,csroj}]
[*.{sln,csproj}]
trim_trailing_whitespace = false
insert_final_newline = false

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

0 comments on commit 8360c3d

Please sign in to comment.