From ee2a3fddaa228e27a520b60eadac4138a822d819 Mon Sep 17 00:00:00 2001 From: Vincent Voyer Date: Tue, 3 Oct 2017 12:06:02 +0200 Subject: [PATCH] chore(formatting): add .editorconfig (#2435) fixes #2429 --- .editorconfig | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000000..dd7255e8a4 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 2 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true