From f42cea30e314b4457359330fe069c57628d4922d Mon Sep 17 00:00:00 2001 From: pravic Date: Mon, 15 Feb 2016 15:20:49 +0300 Subject: [PATCH] add EditorConfig file --- .editorconfig | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..308ff1f --- /dev/null +++ b/.editorconfig @@ -0,0 +1,11 @@ +# EditorConfig is awesome: http://EditorConfig.org + +[*] +end_of_line = lf +insert_final_newline = true + +# 4 space indentation +[*.py] +indent_style = space +indent_size = 4 +