Skip to content

Commit

Permalink
Add a local .vimrc for pyelftools
Browse files Browse the repository at this point in the history
  • Loading branch information
eliben committed Jan 5, 2018
1 parent cd498e6 commit 1bae37a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .vimrc
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 1bae37a

Please sign in to comment.