kokororin / vscode-phpfmt

Integrates phpfmt into VS Code
https://marketplace.visualstudio.com/items?itemName=kokororin.vscode-phpfmt
BSD 3-Clause "New" or "Revised" License
129 stars 30 forks source link

Disable NewLineBeforeReturn ? #52

Closed adorbabble closed 1 year ago

adorbabble commented 5 years ago

Hi, how do you disable new lines before a return statement ? The documentation lists a number of transformations, but I am not sure how to change which are applied. I tried adding NewLineBeforeReturn into exclude, but that does not work. I also thought of using custom_arguments, but it does not seem right and I could not find the syntax that would allow to do so