This repository has been archived on 2025-02-12. You can view files and clone it, but cannot push or open issues or pull requests.
NeoStats-NeoIRCd/.indent.pro
2002-08-13 14:45:13 +00:00

17 lines
551 B
Prolog

/* $Id: .indent.pro,v 1.2 2002/08/13 14:44:58 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