better-align
better-align copied to clipboard
how to auto align?
this ext is smart , how to auto align on file saved?
Try doing this:
-
Install this extension
-
In your user settings, add these lines
"saveAndRunExt": {
"commands": [
{
"match": ".php$",
"isShellCommand" : false,
"cmd": "wwm.aligncode"
}
]
}
just change php to whatever regex /file ext you want