better-align icon indicating copy to clipboard operation
better-align copied to clipboard

how to auto align?

Open yangjh-xbmu opened this issue 7 years ago • 1 comments

this ext is smart , how to auto align on file saved?

yangjh-xbmu avatar Jan 30 '18 17:01 yangjh-xbmu

Try doing this:

  1. Install this extension

  2. 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

donsingh avatar Apr 25 '18 10:04 donsingh