From: Jérôme Benoit Date: Sun, 15 Nov 2020 16:38:00 +0000 (+0100) Subject: Refine .editorconfig X-Git-Tag: v1.0.1-0~197 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=2cff800ddc7106e2b44e2d848bbd440323092039;p=e-mobility-charging-stations-simulator.git Refine .editorconfig Signed-off-by: Jérôme Benoit --- diff --git a/.editorconfig b/.editorconfig index 9188477c..f5e7a604 100644 --- a/.editorconfig +++ b/.editorconfig @@ -10,6 +10,13 @@ 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