From 0cde32cf9b6dd1da0694b2ea2312f665768973da Mon Sep 17 00:00:00 2001 From: Dmitrii Andreev Date: Sun, 17 Mar 2024 15:14:40 +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 0000000..20e2bd1 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,8 @@ +# Set encoding to UTF-8 +[*] +charset = utf-8 + +# Set 4 spaces for Python files +[*.py] +indent_style = space +indent_size = 4