Files
guru/.editorconfig
Maciej Barć 382f441ef5 add editorconfig
I have included some common rules I've see applied in ::gentoo.
Please help to make a complete list OR remove the ones that you think
are too restrictive, but I do like to have metadata.xml formatted the same.
... yea, I know that up until now I used to use spaces in metadata.xml

Signed-off-by: Maciej Barć <xgqt@protonmail.com>
2021-01-19 19:50:34 +01:00

17 lines
197 B
INI

root = true
[*]
end_of_line = lf
insert_final_newline = true
tab_width = 4
[*.ebuild]
indent_style = tab
[metadata.xml]
indent_style = tab
[repositories.xml]
indent_style = space
tab_width = 2