1
0
neovim-config/after/ftplugin/rust.vim

6 lines
81 B
VimL

set noexpandtab
set smartindent
set shiftwidth=2
set tabstop=2
set softtabstop=2