StyLua
StyLua copied to clipboard
Typecasting gets removed if call_parentheses is `None`
When you call a function with a typecasting inside like this:
Foo({} :: SomeType)
The parentheses and the typecast gets removed, so the code formats like this:
Foo {}