We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d117b72 commit c660a3dCopy full SHA for c660a3d
1 file changed
.stylua.toml
@@ -1,12 +1,11 @@
1
# https://github.com/JohnnyMorganz/StyLua#options
2
#───────────────────────────────────────────────────────────────────────────────
3
+syntax = "LuaJIT" # needed to support `::labels::`
4
column_width = 100
5
line_endings = "Unix"
6
indent_type = "Tabs"
7
indent_width = 3
8
quote_style = "AutoPreferDouble"
9
call_parentheses = "NoSingleTable"
10
collapse_simple_statement = "Always"
-
11
-[sort_requires]
12
-enabled = true
+sort_requires.enabled = true
0 commit comments