Last active
January 13, 2021 22:09
-
-
Save fernandovaller/b95a300183f3391540cc to your computer and use it in GitHub Desktop.
Sublime Text 3 - Identar código
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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