CODING_STYLE.md: fix a typo
[platform/upstream/libevdev.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
9 [*.{c,h}]
10 indent_style = tab
11 tab_width = 8
12
13 [*.py]
14 indent_style = space
15 indent_size = 4
16 charset = utf-8
17
18 [*.{yaml,tmpl}]
19 indent_style = space
20 indent_size = 2
21 charset = utf-8