blob: 9cfcc247aead799925a2e43ffb32d28c0a507a24 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
root = true
[*]
end_of_line = lf
charset = utf-8
insert_final_newline = true
trim_trailing_whitespace = true
[PKGBUILD]
indent_size = 4
indent_style = space
[Makefile]
indent_size = 4
indent_style = tab
|