aboutsummaryrefslogtreecommitdiffstats
path: root/ftplugin/rust.vim
blob: 4e466bcd124aafafdaa40e7b52297054ec5cc817 (plain)
1
2
3
4
5
6
7
" Rust vim settings

" Indentation
setlocal expandtab
setlocal tabstop=4
setlocal softtabstop=4
setlocal shiftwidth=4