From 1a3443981f2e64b8d34b33c567b1e9f2ed366950 Mon Sep 17 00:00:00 2001 From: gzagatti Date: Tue, 18 Jun 2024 15:27:30 +0200 Subject: [PATCH] adds editorconfig --- editorconfig/editorconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 editorconfig/editorconfig diff --git a/editorconfig/editorconfig b/editorconfig/editorconfig new file mode 100644 index 0000000..8446648 --- /dev/null +++ b/editorconfig/editorconfig @@ -0,0 +1,10 @@ +root = true + +[*] +end_of_line = lf +indent_style = space +indent_size = 2 + +[*.py] +indent_style = space +indent_size = 4