Home | History | Annotate | Line # | Download | only in indent
      1  1.7  rillig /* $NetBSD: .indent.pro,v 1.7 2023/05/18 04:23:03 rillig Exp $ */
      2  1.7  rillig 
      3  1.7  rillig -bap		/* Force a blank line after function body. */
      4  1.7  rillig -br		/* Place '{' to the right side. */
      5  1.7  rillig -ce		/* Place '} else' on the same line. */
      6  1.7  rillig -ci4		/* Indent statement continuations with 4 spaces. */
      7  1.7  rillig -cli0		/* Don't indent 'case' relative to the 'switch'. */
      8  1.7  rillig -d0		/* Indent comments in the same column as the code. */
      9  1.7  rillig -di0		/* Do not indent variable declarations. */
     10  1.7  rillig -i8		/* Use a single tab (8 columns) per indentation level. */
     11  1.7  rillig -ip		/* Indent parameter declarations. */
     12  1.7  rillig -l79		/* Leave a single empty column on 80-column displays. */
     13  1.7  rillig -nbc		/* Don't force each declarator on a separate line. */
     14  1.7  rillig -ncdb		/* Allow single-line block comments. */
     15  1.7  rillig -ndj		/* Indent declarations in the same column as the code. */
     16  1.7  rillig -ei		/* Place 'else if' on the same line. */
     17  1.7  rillig -nfc1		/* Don't format comments in line 1, to preserve CVS IDs. */
     18  1.7  rillig -nlp		/* Indent statement continuations by a fixed amount. */
     19  1.7  rillig -npcs		/* Don't place a space between function name and '('. */
     20  1.7  rillig -psl		/* Place function names in column 1. */
     21  1.7  rillig -sc		/* Prefix multi-line block comments with '*'. */
     22  1.7  rillig -sob		/* Swallow optional blank lines. */
     23  1.1  rillig 
     24  1.5  rillig -ta		/* For proper formatting of type casts. */
     25