Skip to content

Commit 6d0239f

Browse files
committed
Keep whitespace in files to prevent unintended changes in PRs (#1110)
1 parent c213da5 commit 6d0239f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.editorconfig

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
root = true
2+
3+
[*.java]
4+
# A lot of files seem to contain trailing whitespace.
5+
# To prevent it showing up as changes on contributions, keep it around for now.
6+
trim_trailing_whitespace = false

0 commit comments

Comments
 (0)