From fb7c4e360bca79065b19ae021ba0b8a912f78ace Mon Sep 17 00:00:00 2001 From: Ad Schellevis Date: Sun, 30 Jul 2017 15:14:59 +0200 Subject: [PATCH] accidentally removed .editorconfig --- .editorconfig | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000000..fce0b66f72 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,17 @@ +root = true + +[*.py] +indent_style = space +indent_size = 4 +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true + +[*.{php,inc,volt}] +indent_style = space +indent_size = 4 +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true