From 16508155d6361be7a815d264c89e2b893120266b Mon Sep 17 00:00:00 2001 From: KOLANICH Date: Tue, 5 Dec 2017 13:58:26 +0300 Subject: [PATCH] Added .editorconfig --- .editorconfig | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 000000000..b0d1ce9ba --- /dev/null +++ b/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*.py] +charset = utf-8 +indent_style = space +indent_size = 4 +insert_final_newline = true +end_of_line = lf