Parcourir la source

Merge pull request #1732 from kevinpapst/editorconfig

Added .editorconfig
Alexandre Alapetite il y a 8 ans
Parent
commit
0714db36f6
1 fichiers modifiés avec 7 ajouts et 0 suppressions
  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