Added editorconfig to help contributors with indentation rules

This commit is contained in:
OJ Tibi
2014-08-26 12:22:39 +08:00
parent 9aff596bb5
commit 93f44d01f5

11
.editorconfig Normal file
View File

@@ -0,0 +1,11 @@
# EditorConfig: Manage project indentation rules. http://EditorConfig.org
root = true
[*]
end_of_line = lf
insert_final_newline = true
[*.php]
indent_style = space
indent_size = 4