Files
guru/.editorconfig
Paul Zander a8023571ad .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>
2026-03-27 15:50:08 +01:00

19 lines
254 B
INI

root = true
[*]
end_of_line = lf
insert_final_newline = true
tab_width = 4
charset = utf-8
[*.ebuild]
indent_style = tab
trim_trailing_whitespace = true
[repositories.xml]
indent_style = space
tab_width = 2
[*.patch]
trim_trailing_whitespace = false