Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save seniorpreacher/7172119 to your computer and use it in GitHub Desktop.
Save seniorpreacher/7172119 to your computer and use it in GitHub Desktop.
This macro updates the file from 2 SPACE indentation to TAB indentation.
[
{
"args": {
"setting": "tab_size",
"value": 2
},
"command": "set_setting"
},
{
"args":
{
"set_translate_tabs": true
},
"command": "unexpand_tabs"
},
{
"args": {
"setting": "tab_size",
"value": 4
},
"command": "set_setting"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment