Home | History | Annotate | Line # | Download | only in indent
.indent.pro revision 1.4
      1 /* $NetBSD: .indent.pro,v 1.4 2023/05/15 09:22:53 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 /* XXX: -eei does not work; the expressions are indented only a single level. */
      6 -eei		/* Indent expressions in 'if' and 'while' once more. */
      7 -nfc1		/* Do not format CVS Id comments. */
      8 -i4		/* Indent by 4 spaces, for traditional reasons. */
      9 -ldi0		/* Do not indent variable names in local declarations. */
     10 -nlp		/* Do not indent function arguments. */
     11 -ta		/* Identifiers ending in '_t' are considered type names. */
     12 -TFILE		/* Additional types, for proper formatting of '*'. */
     13 -Tlexer_symbol
     14 -Tparen_level_props
     15 -Tparser_symbol
     16 -Tkeyword_kind
     17