File tree 2 files changed +12
-3
lines changed
2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -5,19 +5,16 @@ indent_style = space
5
5
indent_size = 4
6
6
tab_width = 4
7
7
end_of_line = lf
8
- trim_trailing_whitespace = true
9
8
insert_final_newline = true
10
9
11
10
[{CMakeLists.txt,* .cmake} ]
12
11
indent_style = space
13
12
end_of_line = lf
14
- trim_trailing_whitespace = true
15
13
insert_final_newline = true
16
14
17
15
[.editorconfig ]
18
16
indent_style = space
19
17
indent_size = 4
20
18
tab_width = 4
21
19
end_of_line = lf
22
- trim_trailing_whitespace = true
23
20
insert_final_newline = true
Original file line number Diff line number Diff line change
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
+
1
13
2020-06-02 Keith Rollin <
[email protected] >
2
14
3
15
Revert FEATURES_DEFINES related changes
You can’t perform that action at this time.
0 commit comments