remove .gbs.conf because we don't trace remote git any more
[platform/upstream/libxkbcommon.git] / .editorconfig
1 root = true
2
3 [*]
4 charset = utf-8
5 end_of_line = lf
6 trim_trailing_whitespace = true
7 insert_final_newline = true
8 indent_style = space
9 indent_size = 4
10 max_line_length = 80
11
12 [*.yml,*.md]
13 indent_style = space
14 indent_size = 2