Add vimrc settings
authorYehuda Katz <wycats@gmail.com>
Tue, 29 Apr 2014 18:43:18 +0000 (11:43 -0700)
committerYehuda Katz <wycats@gmail.com>
Tue, 29 Apr 2014 18:43:18 +0000 (11:43 -0700)
.vimrc [new file with mode: 0644]
vimrc [new file with mode: 0644]

diff --git a/.vimrc b/.vimrc
new file mode 100644 (file)
index 0000000..db5d514
--- /dev/null
+++ b/.vimrc
@@ -0,0 +1 @@
+au BufRead,BufNewFile *.rs set filetype=rust smartindent tabstop=4 shiftwidth=4 expandtab
diff --git a/vimrc b/vimrc
new file mode 100644 (file)
index 0000000..db5d514
--- /dev/null
+++ b/vimrc
@@ -0,0 +1 @@
+au BufRead,BufNewFile *.rs set filetype=rust smartindent tabstop=4 shiftwidth=4 expandtab