Monday, October 29, 2012

simple tab settings in vi/vim


Pretty simple setting ! But I used to forget every time :). 
Python coding would be hell, if this setting is not defined in .vimrc.

set smartindent
set tabstop=4
set shiftwidth=4
set expandtab

Guys, Please continue to update .vimrc settings on this post. 

1 comment: