Преглед изворни кода

added .editorconfig with basic settings

Kevin Papst пре 8 година
родитељ
комит
08252928b6
1 измењених фајлова са 7 додато и 0 уклоњено
  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