From 6b061b24e3347c2bcb35ad43dd7def826b1e94ae Mon Sep 17 00:00:00 2001 From: andsandv Date: Thu, 5 Feb 2015 14:29:35 +0100 Subject: [PATCH] Add editorconfig --- .editorconfig | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000000..1dd414b330 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,16 @@ +# editorconfig.org +root = true + +[*] +charset = utf-8 +end_of_line = lf +indent_style = space +indent_size = 4 +insert_final_newline = false +trim_trailing_whitespace = true + +[*.md] +trim_trailing_whitespace = false + +[*.json] +indent_size = 2 \ No newline at end of file