From 882f2dd805960dad5c9bafae7ba5a783f9d3ef1f Mon Sep 17 00:00:00 2001 From: Tim Wienk Date: Tue, 20 Oct 2015 21:10:49 +0200 Subject: [PATCH] Editorconfig. --- .editorconfig | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..f0d7de80 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,14 @@ +root = true + +[*] +charset = utf-8 +end_of_line = lf +insert_final_newline = true + +[*.js] +indent_style = tab +indent_size = 4 + +[*.{yaml,yml,json}] +indent_style = space +indent_size = 2 -- 2.11.4.GIT