From 57f2e0f00603479f13d9cffe0c0e80f6ddd3d997 Mon Sep 17 00:00:00 2001 From: Niels Basjes Date: Wed, 12 Oct 2016 16:25:53 +0200 Subject: [PATCH] Introduce EditorConfig for easier configuration of IDEs --- .editorconfig | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 000000000..d04c47f1c --- /dev/null +++ b/.editorconfig @@ -0,0 +1,9 @@ +root = true + +[*] +charset = utf-8 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true +indent_style = tab +