1# For the full list of code style requirements, see sway's CONTRIBUTING.md
2
3root = true
4
5[*]
6charset = utf-8
7end_of_line = lf
8
9[*.{c,h,cmake,txt}]
10indent_style = tab
11indent_size = 4
12
13[*.{xml,yml}]
14indent_style = space
15indent_size = 2
16
17[config]
18indent_style = space
19indent_size = 4
20
21[*.md]
22trim_trailing_whitespace = false