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 4847375 commit a24730fCopy full SHA for a24730f
.editorconfig
@@ -8,5 +8,14 @@ indent_style = space
8
insert_final_newline = false
9
trim_trailing_whitespace = true
10
11
+[*.md]
12
+trim_trailing_whitespace = false
13
+
14
+[*.txt]
15
16
17
+[*.hbs]
18
19
20
[/package.json]
21
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