Home | History | Annotate | Line # | Download | only in indent
.indent.pro revision 1.1
      1 /* $NetBSD: .indent.pro,v 1.1 2021/09/26 19:02:35 rillig Exp $ */
      2 
      3 -di0		/* Do not indent variable names in global declarations. */
      4 -nfc1		/* Do not format CVS Id comments. */
      5 -i4		/* Indent by 4 spaces, for traditional reasons. */
      6 -ldi0		/* Do not indent variable names in local declarations. */
      7 -nlp		/* Do not indent function arguments. */
      8 -ta		/* Identifiers ending in '_t' are considered type names. */
      9 -TFILE		/* Additional types, for proper formatting of '*'. */
     10 -Ttoken_type
     11