From 275c7464f9b90ab28bbc5a7a5b0591ecd8e34b07 Mon Sep 17 00:00:00 2001 From: emersion Date: Thu, 28 Sep 2017 19:25:22 +0200 Subject: [PATCH] Add .editorconfig --- .editorconfig | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..4b8b3e12 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,9 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = true +charset = utf-8 +indent_style = tab +indent_size = 4 +trim_trailing_whitespace = true