You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/**
* UPPER, LOWER or ORIGINAL
*/
private static final String SQL_FORMATTER_KEYWORD_CASE = "sql.formatter.keyword.case";
/**
* ';' by default
*/
private static final String SQL_FORMATTER_STATEMENT_DELIMITER = "sql.formatter.statement.delimiter";
/**
* space or tag
*/
private static final String SQL_FORMATTER_INDENT_TYPE = "sql.formatter.indent.type";
/**
* 4 by default
*/
private static final String SQL_FORMATTER_INDENT_SIZE = "sql.formatter.indent.size";
According to our docs:
However, that link takes you here, which doesn't say what any of the options are.
@baptistemesta, you know what options there are, and/or where people can find them?
The text was updated successfully, but these errors were encountered: