projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
44aac8c
)
Add vimrc settings
author
Yehuda Katz
<wycats@gmail.com>
Tue, 29 Apr 2014 18:43:18 +0000
(11:43 -0700)
committer
Yehuda Katz
<wycats@gmail.com>
Tue, 29 Apr 2014 18:43:18 +0000
(11:43 -0700)
.vimrc
[new file with mode: 0644]
patch
|
blob
vimrc
[new file with mode: 0644]
patch
|
blob
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