akalongman / akalongman/sublimetext-codeformatter
inside html FMT issue
- Ngôn ngữ chính
- Python
- Star
- 772
- Fork
- 128
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
When inside HTML php is pulled to extreme left of the file which looks very odd dont know what settings are pulling that.

**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
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.