From e4dc19d066f1fb27645f7a93bd4f32a39c758115 Mon Sep 17 00:00:00 2001 From: Kiko Beats Date: Tue, 15 Dec 2015 12:36:20 +0100 Subject: Add .editorconfig --- .editorconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..7f502d4 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,10 @@ +# editorconfig.org +root = true + +[*] +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true +indent_style = space +indent_size = 4 -- cgit v1.2.1