.editorconfig: don't strip trailing whitespace from patches

Mirrors ::gentoo .editorconfig.

This breaks patches on saving otherwise, if you edit the patchfile
manually.

Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com>
This commit is contained in:
Paul Zander
2026-03-27 15:46:24 +01:00
parent 9ada833b96
commit a8023571ad

View File

@@ -13,3 +13,6 @@ trim_trailing_whitespace = true
[repositories.xml]
indent_style = space
tab_width = 2
[*.patch]
trim_trailing_whitespace = false