Commit 4c40227a by Pieter-Jan Briers

Adds C# rule to .editorconfig.

C# standard is 4 width spaces, not tabs.
parent 76bfe14e
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment