mirror of
https://gitlab.freedesktop.org/libevdev/libevdev.git
synced 2025-12-20 02:10:09 +01:00
21 lines
285 B
INI
21 lines
285 B
INI
root = true
|
|
|
|
[*]
|
|
charset = utf-8
|
|
end_of_line = lf
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|
|
|
|
[*.{c,h}]
|
|
indent_style = tab
|
|
tab_width = 8
|
|
|
|
[*.py]
|
|
indent_style = space
|
|
indent_size = 4
|
|
charset = utf-8
|
|
|
|
[*.{yaml,tmpl}]
|
|
indent_style = space
|
|
indent_size = 2
|
|
charset = utf-8
|