SQL format vertical spacing - sqlparser/sql-pretty-printer GitHub Wiki
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