-
Notifications
You must be signed in to change notification settings - Fork 22
Closed
Description
Description
With #36, basic code formatting was implemented, but it leaves a lot to be desired.
Main areas for improvement:
- 1. Better formatting of subqueries in WHERE IN clause
- unit tests
- 1. Better formatting for nested parens in WHERE clause
- unit tests
- 1. Better subquery formatting (optionally put parens on their own line)
- unit tests
- 1. More user options
- unit tests
- 1. Always have CLAUSE statements on own line
SELECT\n\tId, Name\nFROM\n\tAccount- NOTE:
fieldMaxLineLen=0achieves this for fields in current state
- unit tests
- NOTE:
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request