Skip to content

Instantly share code, notes, and snippets.

@n00ge
Created October 8, 2013 17:17
Show Gist options
  • Save n00ge/6888133 to your computer and use it in GitHub Desktop.
Save n00ge/6888133 to your computer and use it in GitHub Desktop.
Convert two spaces to four in sublime text
[
{
"args": null,
"command": "select_all"
},
{
"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