Sublime Key Bindings Reindent

12:02 PG 0 Comments A+ a-

Preferences -> key bindings, paste;


[
{
"keys": [
"alt+shift+f"
],
"command": "reindent",
"args": {
"single_line": false
}
}
]


Tutup.

Pergi ke code, tekan alt+shift+f untuk reindent.