mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
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>
19 lines
254 B
INI
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
|