17 lines
551 B
Prolog
17 lines
551 B
Prolog
/* $Id: .indent.pro,v 1.1 2002/08/13 14:34:26 fishwaldo Exp $ */
|
|
/* copy this file to the source dir then run indent file.c */
|
|
|
|
--gnu-style
|
|
/* Disable tabs... */
|
|
-nut
|
|
/* This is the indent before the brace not inside the block. */
|
|
--brace-indent0
|
|
/* Indent case: by 2 and braces inside case by 0(then by 0)... */
|
|
--case-brace-indentation0
|
|
--case-indentation2
|
|
/* Put while() on the brace from do... */
|
|
--cuddle-do-while
|
|
/* Disable an annoying format... */
|
|
--no-space-after-function-call-names
|
|
/* Disable an annoying format... */
|
|
--no-space-after-casts
|