Browse Source

add .editorconfig

Andrew Dolgov 6 years ago
parent
commit
2aec1b030c
1 changed files with 6 additions and 0 deletions
  1. 6 0
      .editorconfig

+ 6 - 0
.editorconfig

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