From c2e53133a6d00f5b64e66a1359f7f244730b9d02 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Wed, 12 Jun 2024 22:48:51 +0200 Subject: [PATCH] chore: cleanup editorconfig config MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- .editorconfig | 3 --- 1 file changed, 3 deletions(-) diff --git a/.editorconfig b/.editorconfig index a7b21d26..42cac22c 100644 --- a/.editorconfig +++ b/.editorconfig @@ -12,9 +12,6 @@ max_line_length = 100 [*.{ts{,x},js{,x},cjs,mjs}] quote_type = single -[*.py] -indent_size = 4 - [*.md] max_line_length = off trim_trailing_whitespace = false -- 2.34.1