mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
.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:
@@ -13,3 +13,6 @@ trim_trailing_whitespace = true
|
|||||||
[repositories.xml]
|
[repositories.xml]
|
||||||
indent_style = space
|
indent_style = space
|
||||||
tab_width = 2
|
tab_width = 2
|
||||||
|
|
||||||
|
[*.patch]
|
||||||
|
trim_trailing_whitespace = false
|
||||||
|
|||||||
Reference in New Issue
Block a user