myconfig

my config files
git clone https://a3nm.net/git/myconfig/
Log | Files | Refs | README

commit 037f22022f47a17b8308e1cebb6a11afff68fec1
parent d66e2de151c5dd6c73c4dcfc3c55d7606651dfe3
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Tue,  8 Nov 2011 14:29:59 +0100

add indent settings for python

Diffstat:
vim/vimrc | 8++++++++
1 file changed, 8 insertions(+), 0 deletions(-)

diff --git a/vim/vimrc b/vim/vimrc @@ -84,3 +84,11 @@ set background=dark nnoremap <F5> :GundoToggle<CR> +" au BufNewFile,BufRead *.py +" \ set tabstop=4 +" \ set softtabstop=4 +" \ set shiftwidth=4 +" \ set textwidth=80 +" \ set smarttab +" \ set expandtab +"