From 939d08f6cbc5b0de305f6396fc3261ff88884034 Mon Sep 17 00:00:00 2001 From: Boopathi Rajaa Date: Sat, 30 Jul 2016 20:34:44 +0200 Subject: [PATCH] Add editorconfig (#63) --- .editorconfig | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 000000000..1a096400c --- /dev/null +++ b/.editorconfig @@ -0,0 +1,11 @@ +root = true + +[*] +insert_final_newline = true +charset = utf-8 +trim_trailing_whitespace = true +end_of_line = lf + +[*.{js,json}] +indent_style = space +indent_size = 2