mirror of
https://github.com/Ukendio/jecs.git
synced 2025-04-24 17:10:03 +00:00
fix(ci): stylua ci failing (#158)
This commit is contained in:
parent
59abdcbe6f
commit
8c90749c39
2 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue