Skip to content

Instantly share code, notes, and snippets.

@ericxyan
Last active December 6, 2016 21:32
Show Gist options
  • Save ericxyan/d21fbea851bb5daf1904af4e303bf84b to your computer and use it in GitHub Desktop.
Save ericxyan/d21fbea851bb5daf1904af4e303bf84b to your computer and use it in GitHub Desktop.
  • Set Tab
# vim.wikia.com/wiki/Converting_tabs_to_spaces
:set tabstop=4 # set tabs to display as four spaces
:set expandtab # apply to all new tab
:set shiftwidth=4 # change tab space to 4
:retab
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment