Skip to content

Instantly share code, notes, and snippets.

@memee
Created August 31, 2015 06:14
Show Gist options
  • Save memee/da8cff52ec65c3eef6d5 to your computer and use it in GitHub Desktop.
Save memee/da8cff52ec65c3eef6d5 to your computer and use it in GitHub Desktop.
vimrc
set nobackup
set nowritebackup
set noswapfile
set tabstop=4
set shiftwidth=4
set softtabstop=4
set autoindent
set smarttab
set expandtab
filetype indent on
filetype on
filetype plugin on
@memee
Copy link
Author

memee commented Aug 31, 2015

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment