Skip to content

Instantly share code, notes, and snippets.

@allyunion
Created October 25, 2017 00:17
Show Gist options
  • Save allyunion/8df1bc0a78c0f6d5cbcefaa87e7d485e to your computer and use it in GitHub Desktop.
Save allyunion/8df1bc0a78c0f6d5cbcefaa87e7d485e to your computer and use it in GitHub Desktop.
The .vimrc I use
syntax on
filetype plugin indent on
set ffs=unix
set backspace=indent,eol,start
set tabstop=2 softtabstop=2 shiftwidth=2 expandtab smarttab
autocmd FileType html setlocal shiftwidth=2 tabstop=2 smarttab
autocmd FileType python setlocal expandtab shiftwidth=4 softtabstop=4 tabstop=4 smarttab
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment