dotfiles/vim/after/ftplugin/rust.vim

5 lines
84 B
VimL

" Reducing normal spacing for rust
set tabstop=2
set softtabstop=2
set shiftwidth=2