gentoo-ebuilds/.editorconfig
Paul Zander 26cbace833
.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>
2024-09-19 08:25:28 +01:00

14 lines
255 B
INI

# https://editorconfig.org/
root = true
[*.{ebuild,eclass}]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = tab
indent_size = 4
trim_trailing_whitespace = true
#max_line_length = 80
[*.patch]
trim_trailing_whitespace = false