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 [...]
Categories: Uncategorized
Tags:
