Sarah
Results
2
issues of
Sarah
From https://github.com/JohnnyMorganz/StyLua/issues/877: > ``` > local f: & number & string = "hi" > ``` > > This is valid Luau code: > >  > > StyLua cannot format...
bug
``` local f: & number & string = "hi" ``` This is valid Luau code:  StyLua cannot format it, though: ``` sarah@localhost ~/project (main) [2]> StyLua example.luau error: could...