Skip to content

Commit

Permalink
Don't remove trailing spaces from patch files
Browse files Browse the repository at this point in the history
  • Loading branch information
rjmunro committed Nov 29, 2016
1 parent 9c14d83 commit 0d716f7
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
Expand Up @@ -11,3 +11,7 @@ trim_trailing_whitespace = true
max_line_length = 80
end_of_line = lf
insert_final_newline = true

[*patch]
# Trailing spaces are significant in patch files
trim_trailing_whitespace = false

0 comments on commit 0d716f7

Please sign in to comment.