Skip to content

Commit 4d65cf0

Browse files
committed
fix: use editorconfig to fix whitespace issues in patches
1 parent 0070c1b commit 4d65cf0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.editorconfig

+4
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
11
[*.patch]
22
end_of_line = lf
3+
trim_trailing_whitespace = false
4+
5+
[*.java]
6+
trim_trailing_whitespace = false

0 commit comments

Comments
 (0)