Lucas Trzesniewski 7 anni fa
parent
commit
636928c134
1 ha cambiato i file con 32 aggiunte e 0 eliminazioni
  1. 32 0
      .editorconfig

+ 32 - 0
.editorconfig

@@ -0,0 +1,32 @@
+
+root = true
+
+[*]
+trim_trailing_whitespace = true
+insert_final_newline = true
+end_of_line = crlf
+
+[*.{cs,csx,xaml,cake}]
+indent_size = 4
+indent_style = space
+
+[*.{config,nuspec,resx}]
+indent_size = 2
+indent_style = space
+
+[*.{csproj,vcxproj,props,targets}]
+indent_size = 2
+indent_style = space
+insert_final_newline = false
+
+[*.sln]
+indent_style = tab
+
+[*.md]
+trim_trailing_whitespace = false
+
+[*.sh]
+end_of_line = lf
+
+[*.g4]
+indent_style = tab