Skip to content

Commit 48b916c

Browse files
committed
manage: Improved .editorconfig for md, hbs and txt files
1 parent 35d6821 commit 48b916c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.editorconfig

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,13 @@ insert_final_newline = false
99
trim_trailing_whitespace = true
1010

1111
[*.md]
12-
trim_trailing_whitespace = true
12+
trim_trailing_whitespace = false
1313

1414
[*.txt]
15-
trim_trailing_whitespace = true
15+
trim_trailing_whitespace = false
16+
17+
[*.hbs]
18+
trim_trailing_whitespace = false
1619

1720
[/package.json]
1821
insert_final_newline = true # npm install rewrites the JSON file with a final newline, so we manually keep them to prevent unneeded stashes

0 commit comments

Comments
 (0)