aboutsummaryrefslogtreecommitdiffstats
path: root/ftplugin/rust.vim
blob: c45091fdf865089d03d33446a609acd3f46c16fb (plain)
1
2
3
4
5
6
7
8
9
10
11
" Rust vim settings

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


" Comment string
setlocal commentstring=//\ %s