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]
|
||||
wally = "upliftgames/wally@0.3.2"
|
||||
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"
|
||||
Blink = "1Axen/Blink@0.14.1"
|
||||
|
|
|
@ -5,6 +5,7 @@ indent_width = 4
|
|||
quote_style = "ForceDouble"
|
||||
call_parentheses = "Always"
|
||||
collapse_simple_statement = "Never"
|
||||
syntax = "Luau"
|
||||
|
||||
[sort_requires]
|
||||
enabled = true
|
||||
|
|
Loading…
Reference in a new issue