Skip to content

Commit 0d716f7

Browse files
committed
Don't remove trailing spaces from patch files
1 parent 9c14d83 commit 0d716f7

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
@@ -11,3 +11,7 @@ trim_trailing_whitespace = true
1111
max_line_length = 80
1212
end_of_line = lf
1313
insert_final_newline = true
14+
15+
[*patch]
16+
# Trailing spaces are significant in patch files
17+
trim_trailing_whitespace = false

0 commit comments

Comments
 (0)