5 lines
84 B
VimL
5 lines
84 B
VimL
" Reducing normal spacing for rust
|
|
set tabstop=2
|
|
set softtabstop=2
|
|
set shiftwidth=2
|