mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-06-10 15:19:09 +02:00
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>
14 lines
255 B
INI
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
|