From 84f5d32abdd5469b47478b4ed838e3b1de707c15 Mon Sep 17 00:00:00 2001 From: Tobias Nyholm Date: Sun, 7 Aug 2016 21:08:16 +0200 Subject: [PATCH] Added .editorconfig to let you IDE help you with some styles --- .editorconfig | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..677e36e --- /dev/null +++ b/.editorconfig @@ -0,0 +1,9 @@ +root = true + +[*] +charset = utf-8 +end_of_line = lf +indent_size = 4 +indent_style = space +insert_final_newline = true +trim_trailing_whitespace = true