dotfiles/vim/after/ftplugin/rust.vim

5 lines
84 B
VimL
Raw Normal View History

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