From 26cb49f63011c6abd45af9d7047aefe57e817f59 Mon Sep 17 00:00:00 2001 From: Alex Tselegidis Date: Sun, 4 Oct 2015 22:58:46 +0200 Subject: [PATCH] Added .editorconfig file --- .editorconfig | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..2e127145 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = true +indent_style = space +indent_size = 4 +trim_trailing_whitespace = true