Skip to content

Instantly share code, notes, and snippets.

@haoliplus
Created July 29, 2017 09:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save haoliplus/97cc0225486079d20d7b9e765b8c44a9 to your computer and use it in GitHub Desktop.
Save haoliplus/97cc0225486079d20d7b9e765b8c44a9 to your computer and use it in GitHub Desktop.
Convert 2space to 4space using vim
:set ts=2 sts=2 noet
:retab!
:set ts=4 sts=4 et
:retab
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment