From 1bae37abbe37985c795562efab66f8d70e189c45 Mon Sep 17 00:00:00 2001 From: Eli Bendersky Date: Fri, 5 Jan 2018 05:52:11 -0800 Subject: [PATCH] Add a local .vimrc for pyelftools --- .vimrc | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .vimrc 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 -- 2.30.2