From 803a200c5d2d33ddba765adb518c25d2471035af Mon Sep 17 00:00:00 2001 From: KOLANICH Date: Wed, 17 Feb 2021 21:16:55 +0300 Subject: [PATCH] Added .editorconfig according to PEP 8 --- .editorconfig | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..38558bf --- /dev/null +++ b/.editorconfig @@ -0,0 +1,11 @@ +root = true + +[*] +charset = utf-8 +indent_style = space +indent_size = 4 +insert_final_newline = true +end_of_line = lf + +[*.{yml,yaml}] +indent_size = 2