kokororin / vscode-phpfmt

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

Inserts spaces instead of tabs #140

Closed tg-jbenson closed 7 months ago

tg-jbenson commented 7 months ago

I have these settings in settings.json:

{
    "phpfmt.indent_with_space": false,
    "phpfmt.psr2": false,
    "phpfmt.wp": true,
}

When I format the file with F1 > phpfmt: format this file it still replaces tabs with spaces