nanch / phpfmt_stable

This is a stable snapshot (version 6125cf9) of the phpfmt plugin for Sublime Text
143 stars 34 forks source link

Auto Align Single Arrow function #20

Open wnunez09 opened 7 years ago

wnunez09 commented 7 years ago

hello friend, is posible add Auto Align Single Arrow function like that "->" to this pluggin or add in custom???

$stmtpre = "Mysql Query";
$DB         = $this->DBMANAGER->InsertDB(DB_Name, $stmtpre);
$stmtpre = "Mysql Query";
$DB         = $this         ->         DBMANAGER         ->         InsertDB(DB_Name, $stmtpre);