Skip to content

Instantly share code, notes, and snippets.

@sstallion
Last active November 25, 2016 22:09
Show Gist options
  • Save sstallion/4495154c202f29f69bc7be3a3dabacb7 to your computer and use it in GitHub Desktop.
Save sstallion/4495154c202f29f69bc7be3a3dabacb7 to your computer and use it in GitHub Desktop.
Local vim configuration to override default indentation
" lvimrc - local vim configuration
" Default Indentation
autocmd FileType * setlocal noexpandtab shiftwidth=8 softtabstop=8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment