From 64b95ddddd73e5a84fcae7bf99b7d1db8230fea2 Mon Sep 17 00:00:00 2001 From: brunosimon Date: Mon, 31 Jul 2017 23:29:59 +0200 Subject: [PATCH] :wrench: Add editorconfig file --- .editorconfig | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..b1b42d4 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,9 @@ +root = true + +[*] +charset = utf-8 +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = false +trim_trailing_whitespace = true