.indent.pro revision 1.3
1/* $NetBSD: .indent.pro,v 1.3 2021/10/26 19:36:30 rillig Exp $ */
2
3-di0		/* Do not indent variable names in global declarations. */
4/* XXX: -eei does not work; the expressions are indented only a single level. */
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		/* Identifiers ending in '_t' are considered type names. */
11-TFILE		/* Additional types, for proper formatting of '*'. */
12-Tlexer_symbol
13-Tparser_symbol
14-Tkeyword_kind
15