X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.editorconfig;h=be65bb51972e2110874ad41d55d8087176bea673;hb=d3140adc8c6ad502eb9566aabfc1af8f66d0ef24;hp=9188477c5134ed10e13730643a7247388bf212e6;hpb=7dde0b73302613be132c41e1f28a42de555dc2b6;p=e-mobility-charging-stations-simulator.git diff --git a/.editorconfig b/.editorconfig index 9188477c..be65bb51 100644 --- a/.editorconfig +++ b/.editorconfig @@ -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}] +quote_type = single + +[*.md] +max_line_length = off +trim_trailing_whitespace = false + [{Makefile,**.mk}] # Use tabs for indentation (Makefiles require tabs) indent_style = tab