From f6401d22fc9e31c89828b7d3195eef59e9b6754e 2017-06-21 00:16:34 From: DarkMorford Date: 2017-06-21 00:16:34 Subject: [PATCH] Add EditorConfig file for consistent code. --- diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..351d4f7 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,14 @@ +# Topmost editor config for this site +root = true + +# Global config settings +[*] +charset = utf-8 +indent_style = tab +insert_final_newline = true +trim_trailing_whitespace = true + +# Exceptions for specific files +[composer.{json,lock}] +indent_size = 4 +indent_style = space