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