Add a local .vimrc for pyelftools
authorEli Bendersky <eliben@gmail.com>
Fri, 5 Jan 2018 13:52:11 +0000 (05:52 -0800)
committerEli Bendersky <eliben@gmail.com>
Fri, 5 Jan 2018 13:52:11 +0000 (05:52 -0800)
.vimrc [new file with mode: 0644]

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