Răsfoiți Sursa

Adds C# rule to .editorconfig.

C# standard is 4 width spaces, not tabs.
Pieter-Jan Briers 7 ani în urmă
părinte
comite
4c40227af6
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      .editorconfig

+ 1 - 1
.editorconfig

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