diff --git a/.vim/vimrc b/.vim/vimrc index 1cc0f6a..32621f0 100644 --- a/.vim/vimrc +++ b/.vim/vimrc @@ -357,6 +357,9 @@ au BufNewFile,BufRead *.js au FileType sway setl textwidth=79 \ tabstop=8 shiftwidth=8 softtabstop=8 noexpandtab autoindent +au FileType rust setl + \ tabstop=8 shiftwidth=8 softtabstop=8 noexpandtab autoindent ff=unix + au BufNewFile,BufRead *.py,*.pyw,*.pyx,?akefil* \ setlocal tabstop=4 shiftwidth=4 noexpandtab autoindent \ fileformat=unix