9 lines
270 B
Properties
9 lines
270 B
Properties
# case of the keywords (UPPER, LOWER or ORIGINAL)
|
|
sql.formatter.keyword.case=UPPER
|
|
# Statement delimiter
|
|
sql.formatter.statement.delimiter=;
|
|
# Indentation style (space or tab)
|
|
sql.formatter.indent.type=space
|
|
# Number of identation characters
|
|
sql.formatter.indent.size=4
|