cargo/.vimrc

2 lines
90 B
VimL
Raw Normal View History

2014-04-29 18:43:18 +00:00
au BufRead,BufNewFile *.rs set filetype=rust smartindent tabstop=4 shiftwidth=4 expandtab