From 87e9891a8b66fa1d48e15399b4c8b8180de1eebf Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 24 Jun 2016 02:18:54 +0100 Subject: [PATCH] Add editorconfig --- .editorconfig | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..49682b93 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,13 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = true + +[{*.html,*.twig,*.coffee,*.php,*.feature,*.yml}] +indent_style = space +indent_size = 4 + +[{package.json,bower.json}] +indent_style = space +indent_size = 2