blob: 3c3e7cc61d4cb6935b646c35a3d4cee70e2a9e86 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
root = true
[/.git/**]
max_line_length = unset
[*]
indent_style = space
indent_size = 4
tab_width = 4
end_of_line = lf
trim_trailing_whitespace = true
[meson.build]
indent_size = 2
tab_width = 2
|