From 1e7a60ee5c29b5db5c568e90ff2f9f9e01205629 Mon Sep 17 00:00:00 2001 From: Albin Larsson Date: Sat, 4 Nov 2017 14:16:00 +0100 Subject: [PATCH] Add .editorconfig file --- .editorconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..dd9beec5 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,10 @@ +# See editorconfig.org +root = true + +[*] +charset = utf-8 +end_of_line = lf +indent_size = 4 +indent_style = space +insert_final_newline = true +trim_trailing_whitespace = true