diff options
author | José Expósito <jose.exposito89@gmail.com> | 2024-11-04 10:25:00 +0100 |
---|---|---|
committer | Marge Bot <emma+marge@anholt.net> | 2024-11-04 10:31:30 +0000 |
commit | 3f3071cb88b89407d17221e8ea67a658927f7064 (patch) | |
tree | fa8fce00fb0fc903f4dac2482521b0b28e32f888 | |
parent | 86915213c83afbf480fa8b38a25efa90e5e3f6b0 (diff) |
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>
-rw-r--r-- | .editorconfig | 4 | ||||
-rw-r--r-- | src/libinput.sym | 28 |
2 files changed, 18 insertions, 14 deletions
diff --git a/.editorconfig b/.editorconfig index 5b18500a..11c67487 100644 --- a/.editorconfig +++ b/.editorconfig @@ -19,3 +19,7 @@ indent_style = space [{meson.build,meson_options.txt}] indent_size = 8 indent_style = tab + +[*.sym] +indent_size = 8 +indent_style = tab diff --git a/src/libinput.sym b/src/libinput.sym index a598f77a..e8275d50 100644 --- a/src/libinput.sym +++ b/src/libinput.sym @@ -335,18 +335,18 @@ LIBINPUT_1.23 { } LIBINPUT_1.21; LIBINPUT_1.26 { - libinput_device_config_click_set_clickfinger_button_map; - libinput_device_config_click_get_default_clickfinger_button_map; - libinput_device_config_click_get_clickfinger_button_map; - libinput_device_get_id_bustype; - libinput_device_tablet_pad_get_num_dials; - libinput_event_tablet_pad_get_dial_delta_v120; - libinput_event_tablet_pad_get_dial_number; - libinput_tablet_pad_mode_group_has_dial; - libinput_tablet_tool_config_pressure_range_is_available; - libinput_tablet_tool_config_pressure_range_set; - libinput_tablet_tool_config_pressure_range_get_minimum; - libinput_tablet_tool_config_pressure_range_get_maximum; - libinput_tablet_tool_config_pressure_range_get_default_minimum; - libinput_tablet_tool_config_pressure_range_get_default_maximum; + libinput_device_config_click_set_clickfinger_button_map; + libinput_device_config_click_get_default_clickfinger_button_map; + libinput_device_config_click_get_clickfinger_button_map; + libinput_device_get_id_bustype; + libinput_device_tablet_pad_get_num_dials; + libinput_event_tablet_pad_get_dial_delta_v120; + libinput_event_tablet_pad_get_dial_number; + libinput_tablet_pad_mode_group_has_dial; + libinput_tablet_tool_config_pressure_range_is_available; + libinput_tablet_tool_config_pressure_range_set; + libinput_tablet_tool_config_pressure_range_get_minimum; + libinput_tablet_tool_config_pressure_range_get_maximum; + libinput_tablet_tool_config_pressure_range_get_default_minimum; + libinput_tablet_tool_config_pressure_range_get_default_maximum; } LIBINPUT_1.23; |