build(deps-dev): apply updates
[e-mobility-charging-stations-simulator.git] / .editorconfig
index 9188477c5134ed10e13730643a7247388bf212e6..42cac22c0e0565e7364f7e22e8b4af7581b3de4a 100644 (file)
@@ -3,13 +3,19 @@ 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},js{,x},cjs,mjs}]
+quote_type = single
+
+[*.md]
+max_line_length = off
+trim_trailing_whitespace = false
+
 [{Makefile,**.mk}]
 # Use tabs for indentation (Makefiles require tabs)
 indent_style = tab