Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Formatter improvements #146

Merged
merged 1 commit into from
Mar 28, 2021
Merged

Formatter improvements #146

merged 1 commit into from
Mar 28, 2021

Conversation

paustint
Copy link
Collaborator

resolves #137
resolves #135

- 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)

resolves #137
resolves #135
@paustint paustint merged commit aee14a2 into master Mar 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

How can I achieve this Identation Formatting: TYPEOF query should provide better formatting
1 participant