Ignore joystick devices if LIBINPUT_IGNORE_JOYSTICK env is 1
[platform/upstream/libinput.git] / .editorconfig
1 # https://editorconfig.org/
2
3 root = true
4
5 [*]
6 charset = utf-8
7 end_of_line = lf
8 trim_trailing_whitespace = true
9 insert_final_newline = true
10
11 [*.{c,h}]
12 indent_size = 8
13 indent_style = tab
14
15 [*.py]
16 indent_size = 4
17 indent_style = space
18
19 [{meson.build,meson_options.txt}]
20 indent_size = 8
21 indent_style = tab