From 556140e7d97f80c993eec325503ce13226c4d987 Mon Sep 17 00:00:00 2001 From: TDaglis Date: Mon, 26 Oct 2015 17:07:34 +0200 Subject: [PATCH] added .editorconfig --- .editorconfig | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..d756aef --- /dev/null +++ b/.editorconfig @@ -0,0 +1,13 @@ +root = true + +[*] +indent_style = space +indent_size = 2 +insert_final_newline = true +trim_trailing_whitespace = true + +[*.js] +max_line_length = 100 + +[*.md] +trim_trailing_whitespace = false -- 2.39.5