From 7baa64cffa446e9d4fcac6a06f3d8fe51ba9f81f Mon Sep 17 00:00:00 2001 From: sbmaxx Date: Sun, 1 Nov 2015 09:34:08 +0300 Subject: [PATCH] added editorconfig --- .editorconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..d43c5e81 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,10 @@ +# EditorConfig is awesome: http://EditorConfig.org +root = true + +[*] +end_of_line = lf +insert_final_newline = true + +[*.js] +indent_style = space +indent_size = 2