Skip to content

SQL format vertical spacing

Tako Lee edited this page Mar 11, 2014 · 4 revisions

Vertical spacing helps distance elements in the code from one another, reducing the visual clutter above and below statements.

Type definition
  • Type name: TFmtVerticalSpcing
  • Available values:
    • value: 0, text: keep_unchanged
    • value: 1, text: merge_into_one
    • value: 2, text: merge_into_one_and_insert_blank_line_if_not_exists
    • value: 3, text: remove_all
Clone this wiki locally