.indent.pro revision 1.5
1/* $NetBSD: .indent.pro,v 1.5 2023/05/15 20:35:56 rillig Exp $ */
2
3-l78		/* Keep 2 columns distance from the 80-column margin. */
4-di0		/* Do not indent variable names in global declarations. */
5-eei		/* Indent expressions in 'if' and 'while' once more. */
6-nfc1		/* Do not format CVS Id comments. */
7-i4		/* Indent by 4 spaces, for traditional reasons. */
8-ldi0		/* Do not indent variable names in local declarations. */
9-nlp		/* Do not indent function arguments. */
10-ta		/* For proper formatting of type casts. */
11