mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-20 12:40:05 +01:00
editorconfig: add settings for sym files
Signed-off-by: José Expósito <jose.exposito89@gmail.com> Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1076>
This commit is contained in:
parent
86915213c8
commit
3f3071cb88
2 changed files with 18 additions and 14 deletions
|
|
@ -19,3 +19,7 @@ indent_style = space
|
||||||
[{meson.build,meson_options.txt}]
|
[{meson.build,meson_options.txt}]
|
||||||
indent_size = 8
|
indent_size = 8
|
||||||
indent_style = tab
|
indent_style = tab
|
||||||
|
|
||||||
|
[*.sym]
|
||||||
|
indent_size = 8
|
||||||
|
indent_style = tab
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue