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 50bfa6d commit 582ddc0Copy full SHA for 582ddc0
.editorconfig
@@ -99,7 +99,10 @@ trim_trailing_whitespace = false
99
100
[mswindows/{generic.manifest,Installer-Files/*.url}]
101
#trim_trailing_whitespace = unset
102
-end_of_line = unset
+end_of_line = unset # TODO: remove when fixed
103
+insert_final_newline = unset # TODO: remove when fixed
104
+# TODO: To enable when files are fixed:
105
+# end_of_line = crlf
106
107
# TODO: remove when .editorconfig is properly set up
108
[mswindows/external/**]
0 commit comments