Skip to content
sqlparser edited this page Oct 24, 2014 · 14 revisions

Default setting:

create table default format options

SQL layout with default format options:

sql layout with default format options

Indent from create keyword

This option works when "left parenthesis in newline" and "First field in newline" is checked.

The first field indent from left parenthesis by default, when set indention size(gFmtOpt.IndentLen) to 4

align field with left parenthesis

After check "Indent from create keyword"

align field with create keyword

Clone this wiki locally