.editorconfig: don't trim trailing whitespace for patches

Trimming trailing whitespace breaks patches.

[sam: Drop copyright header for now as there was some pending discussion
about it on the ML, tweak commit message.]

Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Paul Zander 2024-05-05 16:45:29 +02:00 committed by Sam James
parent 4e6ec39fa5
commit 26cbace833
No known key found for this signature in database
GPG Key ID: 738409F520DF9190

View File

@ -9,3 +9,6 @@ indent_style = tab
indent_size = 4
trim_trailing_whitespace = true
#max_line_length = 80
[*.patch]
trim_trailing_whitespace = false