From e6b36d830dbf335cfe9e9c5d59cf07cf5a74ee6d Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Fri, 11 Dec 2015 14:38:19 +0100 Subject: [PATCH] add .editorconfig --- .editorconfig | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..b64e0cd --- /dev/null +++ b/.editorconfig @@ -0,0 +1,13 @@ + +# EditorConfig is awesome: http://EditorConfig.org + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +charset = utf-8 +trim_trailing_whitespace = true + +[*.json] +indent_size = 2