refactor(ocpp-server): format code with black
[e-mobility-charging-stations-simulator.git] / .editorconfig
index 42cac22c0e0565e7364f7e22e8b4af7581b3de4a..a7b21d2672e7143d89496be37c183d316dd1bcc9 100644 (file)
@@ -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