.indent.pro revision 1.5 1 1.5 rillig /* $NetBSD: .indent.pro,v 1.5 2023/05/15 20:35:56 rillig Exp $ */
2 1.1 rillig
3 1.4 rillig -l78 /* Keep 2 columns distance from the 80-column margin. */
4 1.1 rillig -di0 /* Do not indent variable names in global declarations. */
5 1.2 rillig -eei /* Indent expressions in 'if' and 'while' once more. */
6 1.1 rillig -nfc1 /* Do not format CVS Id comments. */
7 1.1 rillig -i4 /* Indent by 4 spaces, for traditional reasons. */
8 1.1 rillig -ldi0 /* Do not indent variable names in local declarations. */
9 1.1 rillig -nlp /* Do not indent function arguments. */
10 1.5 rillig -ta /* For proper formatting of type casts. */
11