Skip to content

Commit 1bae37a

Browse files
committed
Add a local .vimrc for pyelftools
1 parent cd498e6 commit 1bae37a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.vimrc

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
" Force indentation styles for this directory
2+
autocmd FileType python set shiftwidth=4
3+
autocmd FileType python set tabstop=4
4+
autocmd FileType python set softtabstop=4
5+
6+
autocmd FileType c set shiftwidth=2
7+
autocmd FileType c set tabstop=2
8+
autocmd FileType c set softtabstop=2

0 commit comments

Comments
 (0)