From 9f153b313e61f1237516d08369fd37dfc3c1be9e Mon Sep 17 00:00:00 2001 From: Anders Jenbo Date: Wed, 5 Sep 2018 00:18:47 +0200 Subject: [PATCH] Add .editorconfig This sets some basic code style settings for most IDEs/editors --- .editorconfig | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 000000000..aaac3258b --- /dev/null +++ b/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = tab +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true