mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-08 00:05:33 +03:00
.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:
parent
4e6ec39fa5
commit
26cbace833
@ -9,3 +9,6 @@ indent_style = tab
|
||||
indent_size = 4
|
||||
trim_trailing_whitespace = true
|
||||
#max_line_length = 80
|
||||
|
||||
[*.patch]
|
||||
trim_trailing_whitespace = false
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user