Initial commit

This commit is contained in:
Jeremy
2014-12-12 11:43:29 +01:00
commit 881e441bdf
10 changed files with 1911 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
; top-most EditorConfig file
root = true
; Unix-style newlines
[*]
end_of_line = LF
[*.php]
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
insert_final_newline = true