Skip to content

Instantly share code, notes, and snippets.

@slitayem
Created January 15, 2018 09:27
Show Gist options
  • Save slitayem/8340b6a13043576837013135cd711882 to your computer and use it in GitHub Desktop.
Save slitayem/8340b6a13043576837013135cd711882 to your computer and use it in GitHub Desktop.
Minimal VIM configuration
# show existing tab with 4 spaces width
set tabstop=4
# when indenting with '>', use 4 spaces width
set shiftwidth=4
# On pressing tab, insert 4 spaces
set expandtab
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment