repositories
/
poolifier.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
164d950
)
build: refine editorconfig configuration
author
Jérôme Benoit
<jerome.benoit@sap.com>
Wed, 5 Apr 2023 16:25:11 +0000
(18:25 +0200)
committer
Jérôme Benoit
<jerome.benoit@sap.com>
Wed, 5 Apr 2023 16:25:11 +0000
(18:25 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
.editorconfig
patch
|
blob
|
blame
|
history
diff --git
a/.editorconfig
b/.editorconfig
index 2d64d378d6ebe92553b91b92401b1ccf4be5a94d..00a54c8052d862cd3437812693a65375227d1931 100644
(file)
--- a/
.editorconfig
+++ b/
.editorconfig
@@
-8,7
+8,7
@@
trim_trailing_whitespace = true
insert_final_newline = true
end_of_line = lf
-[*.{js,jsx,ts,tsx}]
+[*.{js,jsx,
cjs,mjs,
ts,tsx}]
quote_type = single
[*.{md,MD}]