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