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

phpfmt.indent_with_space supports values 2-8 #109

Closed still-dreaming-1 closed 1 year ago

still-dreaming-1 commented 1 year ago

Addresses https://github.com/kokororin/vscode-phpfmt/issues/108. I haven't tested these changes as I'm not quite sure how to. I am new to extension development.

still-dreaming-1 commented 1 year ago

Can you recommend tools or approaches I could have used to test this change myself prior to creating the PR?