added editorconfig file

This commit is contained in:
Tobias Schultze
2012-11-18 21:35:48 +01:00
parent 0a7b37b8cc
commit e8ee79f8ed
+18
View File
@@ -0,0 +1,18 @@
; top-most EditorConfig file
root = true
; Unix-style newlines
[*]
end_of_line = LF
[*.php]
indent_style = space
indent_size = 4
[*.test]
indent_style = space
indent_size = 4
[*.rst]
indent_style = space
indent_size = 4