aboutsummaryrefslogtreecommitdiffstats
path: root/after/ftplugin/rust.vim
blob: 243326f7e309930b231b40d785f47d1bffd1a391 (plain)
1
2
3
4
5
" Fix indentation
setlocal nosmartindent

" Fix textwidth (the plugin uses 99)
setlocal textwidth=80