Subject: | IN Statements |
This type of structure "= ANY(?)" is common for creating IN type statements in PG because you can pass it a simple array.
Right now it breaks on the open/close brackets and indents those lines even when the sole content is a single ?.
foo = ANY(
?
)
Is it possible to not format brackets when their contents are small? Small might be defined as 10 characters or less.