Skip to content

Instantly share code, notes, and snippets.

@clayb
Last active December 21, 2015 11:28
Show Gist options
  • Save clayb/6298883 to your computer and use it in GitHub Desktop.
Save clayb/6298883 to your computer and use it in GitHub Desktop.
Convert 4 spaces to 2 spaces in Sublime Text
[
{
"args": null,
"command": "select_all"
},
{
"args":
{
"set_translate_tabs": true
},
"command": "unexpand_tabs"
},
{
"args": {
"setting": "tab_size",
"value": 2
},
"command": "set_setting"
},
{
"args":
{
"set_translate_tabs": true
},
"command": "expand_tabs"
}
]
[
{ "keys": ["super+shift+alt+s"], "command": "run_macro_file", "args" : {"file" : "Packages/User/4spaces_to_2spaces.sublime-macro"} }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment