refactor(ocpp-server): format code with black
[e-mobility-charging-stations-simulator.git] / .editorconfig
index be65bb51972e2110874ad41d55d8087176bea673..a7b21d2672e7143d89496be37c183d316dd1bcc9 100644 (file)
@@ -9,9 +9,12 @@ insert_final_newline = true
 end_of_line = lf
 max_line_length = 100
 
-[*.ts{,x}]
+[*.{ts{,x},js{,x},cjs,mjs}]
 quote_type = single
 
+[*.py]
+indent_size = 4
+
 [*.md]
 max_line_length = off
 trim_trailing_whitespace = false