Refine .editorconfig
authorJérôme Benoit <jerome.benoit@sap.com>
Sun, 15 Nov 2020 16:38:00 +0000 (17:38 +0100)
committerJérôme Benoit <jerome.benoit@sap.com>
Sun, 15 Nov 2020 16:38:00 +0000 (17:38 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
.editorconfig

index 9188477c5134ed10e13730643a7247388bf212e6..f5e7a60474a8aa71a84428148d486e5125a49bb7 100644 (file)
@@ -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