From a884ad0a2fa9c9075c098446b894fcb56f7977c6 Mon Sep 17 00:00:00 2001 From: Yannick Roehlly Date: Fri, 8 Nov 2013 11:55:25 +0100 Subject: [PATCH] Add editorconfig file --- .editorconfig | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..6830cf0f --- /dev/null +++ b/.editorconfig @@ -0,0 +1,9 @@ +root = true + +[*.py] +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true +indent_style = space +indent_size = 4 -- GitLab