From 2cff800ddc7106e2b44e2d848bbd440323092039 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Sun, 15 Nov 2020 17:38:00 +0100 Subject: [PATCH] Refine .editorconfig MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- .editorconfig | 7 +++++++ 1 file changed, 7 insertions(+) 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 -- 2.34.1