Skip to content

Commit 0ca4f9d

Browse files
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: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@262555 268f45cc-cd09-0410-ab3c-d52691b4dbfc
1 parent 535973a commit 0ca4f9d

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

.editorconfig

-3
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,16 @@ indent_style = space
55
indent_size = 4
66
tab_width = 4
77
end_of_line = lf
8-
trim_trailing_whitespace = true
98
insert_final_newline = true
109

1110
[{CMakeLists.txt,*.cmake}]
1211
indent_style = space
1312
end_of_line = lf
14-
trim_trailing_whitespace = true
1513
insert_final_newline = true
1614

1715
[.editorconfig]
1816
indent_style = space
1917
indent_size = 4
2018
tab_width = 4
2119
end_of_line = lf
22-
trim_trailing_whitespace = true
2320
insert_final_newline = true

ChangeLog

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
2020-06-04 Mark Lam <[email protected]>
2+
3+
Editors should not automatically trim trailing whitespace.
4+
https://bugs.webkit.org/show_bug.cgi?id=212763
5+
6+
Reviewed by Yusuke Suzuki.
7+
8+
Doing so would force a lot of unnecessary code changes and make patches hard to
9+
review. It is common WebKit practice to not make unrelated changes in patches.
10+
11+
* .editorconfig:
12+
113
2020-06-02 Keith Rollin <[email protected]>
214

315
Revert FEATURES_DEFINES related changes

0 commit comments

Comments
 (0)