From 93f44d01f5439866132fef23717b853868f01c13 Mon Sep 17 00:00:00 2001 From: OJ Tibi Date: Tue, 26 Aug 2014 12:22:39 +0800 Subject: [PATCH] Added editorconfig to help contributors with indentation rules --- .editorconfig | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..4b3c2b7 --- /dev/null +++ b/.editorconfig @@ -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 \ No newline at end of file