Add .editorconfig file to enforce whitespace and line breaks

This commit is contained in:
Jeavon
2017-04-04 18:19:50 +01:00
parent 2ed4948619
commit ea030d990f

10
.editorconfig Normal file
View File

@@ -0,0 +1,10 @@
root=true
[*]
end_of_line = lf
indent_style = space
indent_size = 2
trim_trailing_whitespace = true
[*.{cs,cshtml}]
indent_size = 4