From f2cca0187ec78f98d61b50baba105641a6d15bb6 Mon Sep 17 00:00:00 2001 From: Felix Hammerl Date: Mon, 8 Feb 2016 16:25:48 +0100 Subject: Add editorconfig --- .editorconfig | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .editorconfig (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..33d6e755 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,14 @@ +root = true + +[*] +charset = utf-8 +indent_style = space +insert_final_newline = true +end_of_line = lf +trim_trailing_whitespace = true + +[*.js] +indent_size = 2 + +[*.py] +indent_size = 4 -- cgit v1.2.3