Add vimrc settings

This commit is contained in:
Yehuda Katz 2014-04-29 11:43:18 -07:00
parent 44aac8c402
commit bc6a66f9e9
2 changed files with 2 additions and 0 deletions

1
.vimrc Normal file
View File

@ -0,0 +1 @@
au BufRead,BufNewFile *.rs set filetype=rust smartindent tabstop=4 shiftwidth=4 expandtab

1
vimrc Normal file
View File

@ -0,0 +1 @@
au BufRead,BufNewFile *.rs set filetype=rust smartindent tabstop=4 shiftwidth=4 expandtab