Skip to content
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.

Commit

Permalink
style: use names, not characters
Browse files Browse the repository at this point in the history
  • Loading branch information
NotAShelf committed Nov 7, 2022
1 parent 0210688 commit 6d66ee8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/properties/properties.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ type S_touchpad struct {
S_disable_while_typing bool
S_clickfinger_behavior bool
S_middle_button_emulation bool
S_tap_to_click bool //say vaxry to rename this shit to use _
S_tap_to_click bool //say vaxry to rename this shit to use underscores instead of dashes
S_drag_lock bool
S_scroll_factor float64
S_transform int64
Expand Down

0 comments on commit 6d66ee8

Please sign in to comment.