Skip to content

Commit 35d6821

Browse files
committed
manage: Improved .editorconfig for md and txt files
1 parent 1e478a9 commit 35d6821

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.editorconfig

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

11+
[*.md]
12+
trim_trailing_whitespace = true
13+
14+
[*.txt]
15+
trim_trailing_whitespace = true
16+
1117
[/package.json]
1218
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)