welovewordpress / SublimePhpTidy

Plugin for Sublime Text 2 to format PHP code to meet the WordPress Coding Standards using a modified version of phptidy
GNU General Public License v2.0
109 stars 30 forks source link

Auto Align. #33

Closed ctf0 closed 8 years ago

ctf0 commented 9 years ago

can u please add this option

'one'=> 'xxxx',
'two'=> 'yyyyyyy',
'three'=> 'zz',
'one'   =>  'xxxx',
'two'   =>  'yyyyyyy',
'three' =>  'zz',
ctf0 commented 9 years ago

also is there a way for the plugin to work without creating the tmp file ,the reason why is because i use another plugin with this one which am hooking them to the on_save cmnd ,and because of the tmp file recreation the save cmnd never gets executed.