]> git.sur5r.net Git - i3/i3/blob - .editorconfig
Merge pull request #3448 from orestisf1993/sticky
[i3/i3] / .editorconfig
1 root = true
2
3 [*]
4 end_of_line = lf
5 insert_final_newline = true
6 charset = utf-8
7
8 [*.{c,h}]
9 indent_style = space
10 indent_size = 4
11 trim_trailing_whitespace = true