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

TAlignStyleStacked = (assCompact,assFixed);

2. Type in Java

NOT DEFINED YET

3. Uniform Type definition

NOT DEFINED YET
Clone this wiki locally