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
set shiftwidth=8 | |
set softtabstop=8 | |
set tabstop=8 | |
autocmd Filetype c setlocal foldmethod=syntax ts=4 sw=4 sts=4 expandtab | |
autocmd Filetype cpp setlocal foldmethod=syntax ts=4 sw=4 sts=4 expandtab | |
au FileType python setl sw=4 sts=4 et | |
autocmd FileType make set noexpandtab |
OlderNewer