1
0
mirror of synced 2026-01-01 00:02:54 -05:00
Files
airbyte/tools/gradle/codestyle/sql-dbeaver.properties
2020-08-31 13:49:40 -07:00

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