We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e478a9 commit 35d6821Copy full SHA for 35d6821
.editorconfig
@@ -8,5 +8,11 @@ indent_style = space
8
insert_final_newline = false
9
trim_trailing_whitespace = true
10
11
+[*.md]
12
+trim_trailing_whitespace = true
13
+
14
+[*.txt]
15
16
17
[/package.json]
18
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