소스 검색

Merge pull request #1732 from kevinpapst/editorconfig

Added .editorconfig
Alexandre Alapetite 8 년 전
부모
커밋
0714db36f6
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