On 04/17/2008 09:39 PM, Dirk-Willem van Gulik wrote:
On Thu, 17 Apr 2008 [EMAIL PROTECTED] wrote:
* Style police. No functional changes.
Are you using .indent.pro ? If so - which one ?
No, I am using the following .vimrc settings which
I took over from Justin:
syntax enable
" Added entries from Justins vimrc file
" Makefiles ALWAYS must have real TABS
autocmd FileType make set noet
let c_syntax_for_h=1
autocmd FileType c set ts=4 sw=4 et cindent cino=:0(0 fo+=ro
" Denote tabs with a double chevron and trailing spaces with a funny char
set list listchars=tab:»·,trail:·
set showmatch
Regards
Rüdiger