Title: [262555] trunk
- Revision
- 262555
- Author
- [email protected]
- Date
- 2020-06-04 12:02:47 -0700 (Thu, 04 Jun 2020)
Log Message
Editors should not automatically trim trailing whitespace.
https://bugs.webkit.org/show_bug.cgi?id=212763
Reviewed by Yusuke Suzuki.
Doing so would force a lot of unnecessary code changes and make patches hard to
review. It is common WebKit practice to not make unrelated changes in patches.
* .editorconfig:
Modified Paths
Diff
Modified: trunk/.editorconfig (262554 => 262555)
--- trunk/.editorconfig 2020-06-04 19:00:47 UTC (rev 262554)
+++ trunk/.editorconfig 2020-06-04 19:02:47 UTC (rev 262555)
@@ -5,13 +5,11 @@
indent_size = 4
tab_width = 4
end_of_line = lf
-trim_trailing_whitespace = true
insert_final_newline = true
[{CMakeLists.txt,*.cmake}]
indent_style = space
end_of_line = lf
-trim_trailing_whitespace = true
insert_final_newline = true
[.editorconfig]
@@ -19,5 +17,4 @@
indent_size = 4
tab_width = 4
end_of_line = lf
-trim_trailing_whitespace = true
insert_final_newline = true
Modified: trunk/ChangeLog (262554 => 262555)
--- trunk/ChangeLog 2020-06-04 19:00:47 UTC (rev 262554)
+++ trunk/ChangeLog 2020-06-04 19:02:47 UTC (rev 262555)
@@ -1,3 +1,15 @@
+2020-06-04 Mark Lam <[email protected]>
+
+ Editors should not automatically trim trailing whitespace.
+ https://bugs.webkit.org/show_bug.cgi?id=212763
+
+ Reviewed by Yusuke Suzuki.
+
+ Doing so would force a lot of unnecessary code changes and make patches hard to
+ review. It is common WebKit practice to not make unrelated changes in patches.
+
+ * .editorconfig:
+
2020-06-02 Keith Rollin <[email protected]>
Revert FEATURES_DEFINES related changes
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes