```lua ["php-cs-fixer"] = { command = "php-cs-fixer", args = { "fix", "--rules=@PSR12", "$FILENAME" }, stdin = false, }, ``` So far I've tried this and other things with other formatters. They all send the curly brace to new line upon formatting, like this ```php function read() { } ```
So far I've tried this and other things with other formatters. They all send the curly brace to new line upon formatting, like this