Skip to content

Instantly share code, notes, and snippets.

@fernandovaller
Last active January 13, 2021 22:09
Show Gist options
  • Save fernandovaller/b95a300183f3391540cc to your computer and use it in GitHub Desktop.
Save fernandovaller/b95a300183f3391540cc to your computer and use it in GitHub Desktop.
Sublime Text 3 - Identar código
Em Preferences > Key Bindings User
[
{ "keys": ["ctrl+t"], "command": "run_macro_file", "args": {"file": "Packages/User/convert_tabs_to_spaces.sublime-macro"} },
{ "keys": ["ctrl+shift+r"], "command": "reindent" , "args": {"single_line": false}}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment