projects
/
pyelftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd498e6
)
Add a local .vimrc for pyelftools
author
Eli Bendersky
<eliben@gmail.com>
Fri, 5 Jan 2018 13:52:11 +0000
(
05:52
-0800)
committer
Eli Bendersky
<eliben@gmail.com>
Fri, 5 Jan 2018 13:52:11 +0000
(
05:52
-0800)
.vimrc
[new file with mode: 0644]
patch
|
blob
diff --git a/.vimrc
b/.vimrc
new file mode 100644
(file)
index 0000000..
d2627af
--- /dev/null
+++ b/
.vimrc
@@ -0,0
+1,8
@@
+" Force indentation styles for this directory
+autocmd FileType python set shiftwidth=4
+autocmd FileType python set tabstop=4
+autocmd FileType python set softtabstop=4
+
+autocmd FileType c set shiftwidth=2
+autocmd FileType c set tabstop=2
+autocmd FileType c set softtabstop=2