From d02343b52c25deecff6202562c09e3190ea70c19 Mon Sep 17 00:00:00 2001 From: Igor Korovchenko Date: Sun, 10 Jan 2021 18:44:59 +0000 Subject: [PATCH] Add editor config --- .editorconfig | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..9b52302 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,12 @@ +root = true + +[*] +indent_style = space +indent_size = 2 +end_of_line = lf +trim_trailing_whitespace = true +insert_final_newline = true +charset = utf-8 + +[*.py] +indent_size = 4 \ No newline at end of file