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 35d6821 commit 48b916cCopy full SHA for 48b916c
.editorconfig
@@ -9,10 +9,13 @@ insert_final_newline = false
9
trim_trailing_whitespace = true
10
11
[*.md]
12
-trim_trailing_whitespace = true
+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