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 5503c45 commit 6cd4ca0Copy full SHA for 6cd4ca0
.editorconfig
@@ -1,7 +1,8 @@
1
# top-most EditorConfig file
2
root = true
3
4
-# Unix-style newlines with a newline ending every file
+# Unix-style newlines with a newline ending every file, no extra spaces
5
[*]
6
end_of_line = lf
7
+trim_trailing_whitespace = true
8
insert_final_newline = true
0 commit comments