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.
2 parents 2c9b6b4 + c271517 commit a738c61Copy full SHA for a738c61
.editorconfig
@@ -6,4 +6,7 @@ end_of_line = lf
6
indent_size = 2
7
indent_style = space
8
insert_final_newline = false
9
-trim_trailing_whitespace = true
+trim_trailing_whitespace = true
10
+
11
+[/package.json]
12
+insert_final_newline = false # npm install rewrites the JSON file with a final newline, so we manually keep them to prevent unneeded stashes
0 commit comments