From: Eli Bendersky Date: Fri, 5 Jan 2018 13:52:11 +0000 (-0800) Subject: Add a local .vimrc for pyelftools X-Git-Tag: v0.25~22 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1bae37abbe37985c795562efab66f8d70e189c45;p=pyelftools.git Add a local .vimrc for pyelftools --- diff --git a/.vimrc b/.vimrc new file mode 100644 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