dotfiles

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 2e0f492ccc98047b7dff8771da3fbd2b565856ed
parent 7aeda2cc8fe9d4f1814d2e18eeb512be47da883b
Author: Yuval Langer <yuval.langer@gmail.com>
Date:   Sun,  6 Jul 2014 15:45:52 +0300

8 column tabs

Diffstat:
M.vimrc.local | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/.vimrc.local b/.vimrc.local @@ -30,3 +30,8 @@ let g:pymode_rope_complete_on_dot = 0 set wrap let g:haddock_browser = "/usr/bin/lynx" + +set tabstop=8 +set softtabstop=8 +set shiftwidth=8 +set noexpandtab