X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.editorconfig;h=a7b21d2672e7143d89496be37c183d316dd1bcc9;hb=5dd22b9f9bed3b2cbef2ee24a5c7f4f1726a85d0;hp=42cac22c0e0565e7364f7e22e8b4af7581b3de4a;hpb=a05aac035bd2d168b634fdd3246faa3f3be3dd7f;p=e-mobility-charging-stations-simulator.git diff --git a/.editorconfig b/.editorconfig index 42cac22c..a7b21d26 100644 --- a/.editorconfig +++ b/.editorconfig @@ -12,6 +12,9 @@ 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