Merge branch 'main' of github.com:SAP/e-mobility-charging-stations-simulator
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Wed, 5 Apr 2023 22:41:13 +0000 (00:41 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Wed, 5 Apr 2023 22:41:13 +0000 (00:41 +0200)
.editorconfig

index be65bb51972e2110874ad41d55d8087176bea673..42cac22c0e0565e7364f7e22e8b4af7581b3de4a 100644 (file)
@@ -9,7 +9,7 @@ insert_final_newline = true
 end_of_line = lf
 max_line_length = 100
 
-[*.ts{,x}]
+[*.{ts{,x},js{,x},cjs,mjs}]
 quote_type = single
 
 [*.md]