From ceff715ff08783b68f919fd38cd6efa38b1f9aab Mon Sep 17 00:00:00 2001 From: FezVrasta Date: Sun, 5 Oct 2014 10:20:47 +0200 Subject: [PATCH] support for editorconfig --- .editorconfig | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..7f02b8e8 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,15 @@ +root = true +[*] +insert_final_newline = true +[*.js] +indent_style = space +indent_size = 4 +[*.json] +indent_style = space +indent_size = 4 +[*.less] +indent_style = space +indent_size = 4 +[*.sass] +indent_style = space +indent_size = 4