Narrow Style
Understanding Visual LISP Formatting Styles
Applying Formatting Options
In
the Column style, all elements are positioned in a column. This
style is appropriate for displaying quoted lists and COND-expression
clauses. For example, the following text:
'((10 "{insertion}") (1 "{string}")
(7 "{style}"))
would be displayed as:
'((10 "{insertion}")
(1 "{string}")
(7 "{style}")
)