mirror of
https://gitlab.freedesktop.org/libinput/libei.git
synced 2025-12-20 02:10:08 +01:00
34 lines
450 B
INI
34 lines
450 B
INI
root = true
|
|
|
|
[*]
|
|
charset = utf-8
|
|
end_of_line = lf
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|
|
|
|
[meson.build]
|
|
indent_style = space
|
|
indent_size = 4
|
|
tab_width = 4
|
|
|
|
[*.md]
|
|
indent_style = space
|
|
tab_width = 4
|
|
|
|
[*.{c,h,tmpl}]
|
|
indent_style = tab
|
|
tab_width = 8
|
|
|
|
[*.proto]
|
|
indent_style = space
|
|
indent_size = 2
|
|
|
|
[*.py]
|
|
indent_style = space
|
|
indent_size = 4
|
|
charset = utf-8
|
|
|
|
[*.{yaml,yml,xml}]
|
|
indent_style = space
|
|
indent_size = 2
|
|
charset = utf-8
|