From e36c7b4fa2b788d0235d616af9d588a21cc5ef7c Mon Sep 17 00:00:00 2001 From: KOLANICH Date: Sat, 17 Feb 2018 09:35:06 +0000 Subject: [PATCH] added .editorconfig (closes #133) --- .editorconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..fb41337 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,10 @@ +# EditorConfig is awesome: http://EditorConfig.org +root = true; + +[*] +charset = utf-8 +indent_style = space +indent_size = 4 +trim_trailing_whitespace = true +end_of_line = lf +insert_final_newline = true