blob: 28c2daf2e41376b7de0bb2373cfa486c6cfd2b9f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
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
|