sublime text3 不安装插件设置代码自动缩进对齐

在Preferences->Key Bingdings

添加代码

{"keys": ["ctrl+shift+q"], 
"command": "reindent" , 
"args":{"single_line": false}},
]


按cmd +a 全选,后ctrl+shift+q即可自动缩进,整理代码
效果如下: