Basically this vscode extension uses all your standard configurations for html formatting, and your standard configurations for format on save, etc. It more or less works exactly how vscode should already work as it pertains to HTML in PHP files.
I can't figure out where to change the settings. Specifically looking to get rid of the wrap line-length because it looks terrible. "html.format.wrapLineLength": 120 that's the setting I"m trying to change, but can't find it anywhere. I've looked in ~/.vscode/extensions/rifi2k.format-html-in-php-1.6.2, but can't find where that settings is.
I can't figure out where to change the settings. Specifically looking to get rid of the wrap line-length because it looks terrible. "html.format.wrapLineLength": 120 that's the setting I"m trying to change, but can't find it anywhere. I've looked in ~/.vscode/extensions/rifi2k.format-html-in-php-1.6.2, but can't find where that settings is.