Last active
November 25, 2016 22:09
-
-
Save sstallion/4495154c202f29f69bc7be3a3dabacb7 to your computer and use it in GitHub Desktop.
Local vim configuration to override default indentation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" 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