Ver Fonte

Added some generic editorconfig rules.

Erwin de Haan há 6 anos atrás
pai
commit
a8da00f0a2
1 ficheiros alterados com 8 adições e 0 exclusões
  1. 8 0
      .editorconfig

+ 8 - 0
.editorconfig

@@ -7,6 +7,14 @@
 # All files 
 [*] 
 indent_style = space 
+root = true
+indent_size = 4
+charset = utf-8
+trim_trailing_whitespace = true
+insert_final_newline = true
+end_of_line = lf
+max_line_length = null
+
 # Code files 
 [*.{cs,csx,vb,vbx}] 
 indent_size = 4