akalongman/sublimetext-codeformatter

inside html FMT issue

Opened this issue · 2 comments

When inside HTML php is pulled to extreme left of the file which looks very odd dont know what settings are pulling that.

image
PHP sublime setting

{
"autocomplete": true,
"autoimport": true,
"enable_auto_align": false,
"format_on_save": true,
"ignore": "Parent",
"indent_with_space": 4,
"passes":
[
"OrderAndRemoveUseClauses",
"PSR2EmptyFunction",
"StripSpaceWithinControlStructures",
"ShortArray",
"SpaceBetweenMethods"
],
"php_bin":"C:/web/php/php.exe",
"psr2": true,
"smart_linebreak_after_curly": true,
"version": 4,
"visibility_order": false,
"yoda": true
}

please do needfull
thanks

can any one reply here please

This is still the case. Any progress on this?