From 346963fd4fb98d555174eee71b7485e35429ddc4 Mon Sep 17 00:00:00 2001 From: cswimr Date: Tue, 18 Feb 2025 14:39:51 -0600 Subject: [PATCH] chore(tooling): fix editorconfig having the wrong indent size for python files --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index 4a7ea30..892e515 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,5 +8,8 @@ charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true +[*.py] +indent_size = 4 + [*.md] trim_trailing_whitespace = false