The formatter option whereClauseOperatorsIndented has been deprecated and will always be applied.
A new boolean formatter option named newLineAfterKeywords has been added and will ensure that there is always a new line after any keyword. (#137)
TYPEOF fields will now always be included on their own line be default, or will span multiple lines, split by keywords if newLineAfterKeywords is set to true. (#135)
whereClauseOperatorsIndented
has been deprecated and will always be applied.newLineAfterKeywords
has been added and will ensure that there is always a new line after any keyword. (#137)TYPEOF
fields will now always be included on their own line be default, or will span multiple lines, split by keywords ifnewLineAfterKeywords
is set to true. (#135)resolves #137 resolves #135