Skip to content

Commit

Permalink
fix: use editorconfig to fix whitespace issues in patches
Browse files Browse the repository at this point in the history
  • Loading branch information
MiniDigger committed Jul 21, 2023
1 parent 0070c1b commit 4d65cf0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
[*.patch]
end_of_line = lf
trim_trailing_whitespace = false

[*.java]
trim_trailing_whitespace = false

0 comments on commit 4d65cf0

Please sign in to comment.