Sublime自定义格式化代码快捷键
2017-06-06 本文已影响12人
谢小帅
Reindent 用于格式化代码,但是没有设置快捷键
ReindentKey Bindings 添加快捷键
Key Bindings keymap - user右边添加代码
[
{ "keys": ["command+option+l"], "command": "reindent", "args": {"single_line": false} }
]
右边添加代码
[
{ "keys": ["command+option+l"], "command": "reindent", "args": {"single_line": false} }
]