Adds C# rule to .editorconfig.

C# standard is 4 width spaces, not tabs.
This commit is contained in:
Pieter-Jan Briers 2018-07-20 08:42:13 +02:00
parent 76bfe14e00
commit 4c40227af6

View file

@ -9,7 +9,7 @@ insert_final_newline = true
[*.{cpp,hpp,c,h,mm}]
trim_trailing_whitespace = true
[*.py]
[*.{py,cs}]
indent_style = space
indent_size = 4