repositories
/
e-mobility-charging-stations-simulator.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab24bea
)
Refine .editorconfig
author
Jérôme Benoit
<jerome.benoit@sap.com>
Sun, 15 Nov 2020 16:38:00 +0000
(17:38 +0100)
committer
Jé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
patch
|
blob
|
blame
|
history
diff --git
a/.editorconfig
b/.editorconfig
index 9188477c5134ed10e13730643a7247388bf212e6..f5e7a60474a8aa71a84428148d486e5125a49bb7 100644
(file)
--- 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