Re: Midgard coding style

Piotras <pp-VVDi8QVAvoBWk0Htik3J/[email protected]> Thu, 23 Feb 2006 17:10:33 +0100
Newsgroups gmane.comp.web.midgard.devel
Message-ID <[email protected]>
"Jukka Zitting" <[email protected]> wrote:

> Hi,

Hi,

That's my vimrc:

set ts=8
syntax on
if !exists("autocommands_loaded")
        let autocommands_loaded = 1
        augroup C
        autocmd BufRead *.c set cindent
        augroup END
endif
 
 
> I'd even like to run the sources through "indent -kr -i8".

Please do.

Piotras