Lines Matching refs:with
47 " Indent if current line begins with '}':
51 " Indent if current line begins with 'else':
57 " Indent if current line begins with 'then':
63 " HACK: Indent lines in case with nearest case clause:
71 " Align the end of block comments with the start
75 " Indent double shift after let with an empty rhs
79 " Align 'in' with the parent let.
83 " Align bindings with the parent let.
87 " Align bindings with the parent in.
93 " Add a 'shiftwidth' after lines ending with:
97 " Add a 'shiftwidth' after lines starting with type ending with '=':