Skip to content

Commit 2f3f25f

Browse files
authored
chore: add stylua ignore comment
1 parent b52b352 commit 2f3f25f

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

types/_enums.d.lua

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
-- Generated by "./scripts/generate-ecodes.lua" from "/usr/include/linux/input-event-codes.h"
44

5+
-- stylua: ignore
56
---@enum evdev.ecodes.btn
67
local BTN = {
78
BTN_0 = 256,
@@ -129,6 +130,7 @@ local BTN = {
129130
BTN_Z = 309
130131
}
131132

133+
-- stylua: ignore
132134
---@enum evdev.ecodes.ev
133135
local EV = {
134136
EV_ABS = 3,
@@ -147,6 +149,7 @@ local EV = {
147149
EV_SYN = 0
148150
}
149151

152+
-- stylua: ignore
150153
---@enum evdev.ecodes.key
151154
local KEY = {
152155
KEY_0 = 11,
@@ -672,6 +675,7 @@ local KEY = {
672675
KEY_ZOOMRESET = 420
673676
}
674677

678+
-- stylua: ignore
675679
---@enum evdev.ecodes.rel
676680
local REL = {
677681
REL_CNT = 16,
@@ -691,6 +695,7 @@ local REL = {
691695
REL_Z = 2
692696
}
693697

698+
-- stylua: ignore
694699
---@enum evdev.ecodes.syn
695700
local SYN = {
696701
SYN_CNT = 16,

0 commit comments

Comments
 (0)