aboutsummaryrefslogtreecommitdiff
path: root/.vimrc
blob: 5126a5dbddcbd3ee5b83a9e2fb9b5842ae4983e9 (plain)
1
2
3
4
set expandtab
set shiftwidth=4
set smarttab
autocmd FileType asm setlocal ts=8 sts=8 sw=8 noexpandtab nosmarttab