C# standard is 4 width spaces, not tabs.
@@ -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