From f88fd2ca6a53b0bd1055258be6897306910c99ca Mon Sep 17 00:00:00 2001 From: ppigazzini Date: Sun, 26 Jan 2025 12:37:03 +0100 Subject: [PATCH] Add .editorconfig --- .editorconfig | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 000000000..dfe3d3a4a --- /dev/null +++ b/.editorconfig @@ -0,0 +1,11 @@ +root = true + +[*] +charset = utf-8 +indent_size = 2 +indent_style = space +insert_final_newline = true +trim_trailing_whitespace = true + +[*.py] +indent_size = 4