Skip to content

Commit c660a3d

Browse files
committed
ci: add label-support to stylua config
1 parent d117b72 commit c660a3d

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.stylua.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
# https://github.com/JohnnyMorganz/StyLua#options
22
#───────────────────────────────────────────────────────────────────────────────
3+
syntax = "LuaJIT" # needed to support `::labels::`
34
column_width = 100
45
line_endings = "Unix"
56
indent_type = "Tabs"
67
indent_width = 3
78
quote_style = "AutoPreferDouble"
89
call_parentheses = "NoSingleTable"
910
collapse_simple_statement = "Always"
10-
11-
[sort_requires]
12-
enabled = true
11+
sort_requires.enabled = true

0 commit comments

Comments
 (0)