Skip to content

SQL format vertical spacing

Tako Lee edited this page Mar 2, 2024 · 4 revisions

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

1. Type in Delphi

NOT DEFINED YET

2. Type in Java

NOT DEFINED YET

3. Uniform Type definition

  • Type name: TFmtVerticalSpacing
  • 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