From 20a7ceb208d5a7cc0f2d41bb1d60509419446d12 Mon Sep 17 00:00:00 2001 From: Dean Gardiner Date: Mon, 27 Feb 2017 18:26:17 +1300 Subject: [PATCH] Added [.editorconfig] --- .editorconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..87f7ab3 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,10 @@ +root = true + +[*] +end_of_line = crlf +insert_final_newline = true + +[*.py] +indent_style = space +indent_size = 4 +trim_trailing_whitespace = true