From b8a27e69880a47244b5152afe71db29ba9ae25f6 Mon Sep 17 00:00:00 2001 From: Jean-Luc Geering Date: Wed, 21 Jan 2015 07:54:05 +0100 Subject: [PATCH] add editorconfig (encoding, new lines, white spaces) --- .editorconfig | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..980d61d --- /dev/null +++ b/.editorconfig @@ -0,0 +1,9 @@ +# http://editorconfig.org/ + +root = true + +[*] +charset = utf-8 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true