aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/.local/share/nvim/site/after/ftplugin/rust.vim
blob: 947bdca77f1d648c60c5e67e8457c6a5401cd543 (plain)
1
2
3
4
5
6
7
setlocal noexpandtab
setlocal copyindent
setlocal preserveindent
setlocal softtabstop=0
setlocal tabstop=4
setlocal shiftwidth=4
setlocal tw=80