akalongman / akalongman/sublimetext-codeformatter

inside html FMT issue

Open
#320 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
772
Forks
128
PR merge metrics
No merged PRs in 30d

Description

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

![image](https://user-images.githubusercontent.com/11312949/30361896-ddc7f282-9872-11e7-84ed-467ef345ad64.png)
**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

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.