akalongman / akalongman/sublimetext-codeformatter
inside html FMT issue
- Lenguaje dominante
- Python
- Estrellas
- 772
- Forks
- 128
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.