From: Jérôme Benoit Date: Wed, 12 Jun 2024 20:48:51 +0000 (+0200) Subject: chore: cleanup editorconfig config X-Git-Tag: v1.3.7~59 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;ds=sidebyside;h=c2e53133a6d00f5b64e66a1359f7f244730b9d02;p=e-mobility-charging-stations-simulator.git chore: cleanup editorconfig config Signed-off-by: Jérôme Benoit --- 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