Archive for October, 2011

" configure expanding of tabs for various file types
au BufRead,BufNewFile *.py set expandtab
au BufRead,BufNewFile Makefile* set noexpandtab

" ——————————————————————————–
" configure editor with tabs and nice stuff…
" ——————————————————————————–
set expandtab " enter spaces when tab is pressed
set textwidth=120 " break lines when [...]

Monday, October 24th, 2011 at 08:35 | 0 comments
Categories: Uncategorized
Tags:
TOP