summaryrefslogtreecommitdiff
path: root/.vimrc
blob: 3e2fb9563eafa59088bdfc79241c9e323076cc6e (plain)
1
2
3
let g:rustfmt_autosave = 1

autocmd BufEnter *.rs setlocal tabstop=4 shiftwidth=4 softtabstop=4 expandtab textwidth=80