From 148a649273c837040ccabd459893ba371f3b8c79 Mon Sep 17 00:00:00 2001 From: a dinosaur Date: Sat, 15 Nov 2025 20:30:14 +1100 Subject: [PATCH] Remove python section from editorconfig --- .editorconfig | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.editorconfig b/.editorconfig index 91ffc01..d6f20fb 100644 --- a/.editorconfig +++ b/.editorconfig @@ -10,8 +10,3 @@ tab_width = 4 indent_style = space indent_size = 2 trim_trailing_whitespace = true - -[*.py] -indent_style = tab -indent_size = tab -trim_trailing_whitespace = true