Skip to content

Instantly share code, notes, and snippets.

@ineentho
Created October 25, 2019 14:49
Show Gist options
  • Save ineentho/7cb9f91e9648560971c33d53afa73f2d to your computer and use it in GitHub Desktop.
Save ineentho/7cb9f91e9648560971c33d53afa73f2d to your computer and use it in GitHub Desktop.
vim indentation settings
set tabstop=2 softtabstop=0 expandtab shiftwidth=2 smarttab
set tabstop=4 softtabstop=0 expandtab shiftwidth=4 smarttab
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment