From f860711cc504cbb1e7cfddbd88b0bfd02b3aa04c Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Mon, 18 May 2015 14:49:56 +0200 Subject: [PATCH] Add .editorconfig See http://www.editorconfig.org/ --- .editorconfig | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..a3c82ef --- /dev/null +++ b/.editorconfig @@ -0,0 +1,7 @@ +[*] +charset = utf-8 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true +indent_style = tab +indent_size = 4