We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9b7c66 commit fcffce7Copy full SHA for fcffce7
.editorconfig
@@ -29,9 +29,8 @@ indent_size = 4
29
#
30
insert_final_newline = true
31
32
-# Remove any extra whitespace characters at the
33
-# end of a line. This is just for tidyness, to
34
-# minimize the chances of introducing whitspace
35
-# diffs that are hard to spot.
36
-#
37
-trim_trailing_whitespace = true
+# Removing end of line whitespace is somewhat desirable, but
+# seems to add unwanted noise to PRs. This is especially when different
+# contributors source editors may or may not honor this setting.
+# So disable for now.
+trim_trailing_whitespace = false
0 commit comments