From cf63b1c779c8b37e6181027cf9f6110e7b5c4eb7 Mon Sep 17 00:00:00 2001 From: Alasdair Campbell Date: Thu, 19 Jan 2017 10:26:19 +0000 Subject: [PATCH] Add .editorconfig file (#373) --- .editorconfig | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000000..e0487824d9 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,11 @@ +# editorconfig.org +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true +