From 786922e59226f5f95705d4b178ff0df43ce23d19 Mon Sep 17 00:00:00 2001 From: Rowan Manning Date: Thu, 28 Nov 2013 13:28:28 +0000 Subject: [PATCH] Add an .editorconfig file --- .editorconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..dc6809d --- /dev/null +++ b/.editorconfig @@ -0,0 +1,10 @@ +# http://editorconfig.org + +root = true + +[*] +charset = utf-8 +end_of_line = lf +insert_final_newline = true +indent_style = tab +trim_trailing_whitespace = true