fix(ci): stylua ci failing (#158)

This commit is contained in:
Christopher Buss 2024-11-22 21:14:10 +00:00 committed by GitHub
parent 59abdcbe6f
commit 8c90749c39
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View file

@ -1,6 +1,6 @@
[tools] [tools]
wally = "upliftgames/wally@0.3.2" wally = "upliftgames/wally@0.3.2"
rojo = "rojo-rbx/rojo@7.4.4" rojo = "rojo-rbx/rojo@7.4.4"
stylua = "johnnymorganz/stylua@0.20.0" stylua = "johnnymorganz/stylua@2.0.1"
selene = "kampfkarren/selene@0.27.1" selene = "kampfkarren/selene@0.27.1"
Blink = "1Axen/Blink@0.14.1" Blink = "1Axen/Blink@0.14.1"

View file

@ -5,6 +5,7 @@ indent_width = 4
quote_style = "ForceDouble" quote_style = "ForceDouble"
call_parentheses = "Always" call_parentheses = "Always"
collapse_simple_statement = "Never" collapse_simple_statement = "Never"
syntax = "Luau"
[sort_requires] [sort_requires]
enabled = true enabled = true