Skip to content

Commit a24730f

Browse files
committed
manage: Improved .editorconfig for md, hbs and txt files
1 parent 4847375 commit a24730f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.editorconfig

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,14 @@ indent_style = space
88
insert_final_newline = false
99
trim_trailing_whitespace = true
1010

11+
[*.md]
12+
trim_trailing_whitespace = false
13+
14+
[*.txt]
15+
trim_trailing_whitespace = false
16+
17+
[*.hbs]
18+
trim_trailing_whitespace = false
19+
1120
[/package.json]
1221
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)