.indent.pro revision 1.6
1/* $NetBSD: .indent.pro,v 1.6 2023/05/16 12:46:43 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-i4		/* Indent by 4 spaces, for traditional reasons. */
7-ldi0		/* Do not indent variable names in local declarations. */
8-nlp		/* Do not indent function arguments. */
9-ta		/* For proper formatting of type casts. */
10