build(deps-dev): apply updates
[e-mobility-charging-stations-simulator.git] / .editorconfig
index f5e7a60474a8aa71a84428148d486e5125a49bb7..42cac22c0e0565e7364f7e22e8b4af7581b3de4a 100644 (file)
@@ -3,14 +3,13 @@ root = true
 [*]
 indent_style = space
 indent_size = 2
-tab_width = 2
 charset = utf-8
 trim_trailing_whitespace = true
 insert_final_newline = true
 end_of_line = lf
 max_line_length = 100
 
-[*.ts{,x}]
+[*.{ts{,x},js{,x},cjs,mjs}]
 quote_type = single
 
 [*.md]