From 281ebf4a706e261e8b12956a96650f2ebbaead95 Mon Sep 17 00:00:00 2001 From: latif Date: Wed, 15 Nov 2023 03:32:36 +0300 Subject: [PATCH] add editorconfig --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..e7c6935 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,3 @@ +[*.py] +indent_style = tab +tab_width = 8