From c82c8f0d36a6062892889af3c500d43221f1be67 Mon Sep 17 00:00:00 2001 From: sveisvei Date: Mon, 5 Dec 2016 23:04:18 +0100 Subject: [PATCH] add editorconfig --- frontend/.editorconfig | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 frontend/.editorconfig diff --git a/frontend/.editorconfig b/frontend/.editorconfig new file mode 100644 index 0000000000..afff24bb76 --- /dev/null +++ b/frontend/.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 = true +trim_trailing_whitespace = true + +[*.md] +trim_trailing_whitespace = false + +[*.json] +indent_size = 2