Explorar el Código

added .editorconfig with basic settings

Kevin Papst hace 8 años
padre
commit
08252928b6
Se han modificado 1 ficheros con 7 adiciones y 0 borrados
  1. 7 0
      .editorconfig

+ 7 - 0
.editorconfig

@@ -0,0 +1,7 @@
+[*]
+end_of_line = lf
+
+[*.php]
+indent_style = tab
+indent_size = 4
+insert_final_newline = true