1 1.4 rillig /* $NetBSD: .indent.pro,v 1.4 2023/05/15 09:22:53 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 /* XXX: -eei does not work; the expressions are indented only a single level. */ 6 1.2 rillig -eei /* Indent expressions in 'if' and 'while' once more. */ 7 1.1 rillig -nfc1 /* Do not format CVS Id comments. */ 8 1.1 rillig -i4 /* Indent by 4 spaces, for traditional reasons. */ 9 1.1 rillig -ldi0 /* Do not indent variable names in local declarations. */ 10 1.1 rillig -nlp /* Do not indent function arguments. */ 11 1.1 rillig -ta /* Identifiers ending in '_t' are considered type names. */ 12 1.1 rillig -TFILE /* Additional types, for proper formatting of '*'. */ 13 1.3 rillig -Tlexer_symbol 14 1.4 rillig -Tparen_level_props 15 1.3 rillig -Tparser_symbol 16 1.3 rillig -Tkeyword_kind 17