Skip to content

Instantly share code, notes, and snippets.

@adfinlay
Created October 10, 2016 13:47
Show Gist options
  • Save adfinlay/f0c49c6ec01681ae2dc929d62b368a2a to your computer and use it in GitHub Desktop.
Save adfinlay/f0c49c6ec01681ae2dc929d62b368a2a to your computer and use it in GitHub Desktop.
Sublime Text 3 Macro to set tab spacing to 4
[
{
"args": {
"set_translate_tabs": true
},
"command": "unexpand_tabs"
},
{
"args": {
"setting": "tab_size",
"value": 4
},
"command": "set_setting"
},
{
"args": {
"set_translate_tabs": true
},
"command": "expand_tabs"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment