Currently not working
Tools > Command Palette > Package Control: Install Package > Alignment
- Sublime Text > Preferences > Package Settings > Alignment > Settings > User
{
// The mid-line characters to align in a multi-line selection, changing
// this to an empty array will disable mid-line alignment
"alignment_chars": [
"=",
"=>"
]
}
- Sublime Text > Preferences > Package Settings > Alignment > Key Bindings > Default
[
{ "keys": ["super+ctrl+a"], "command": "alignment" }
]