- Notifications
You must be signed in to change notification settings - Fork442
-
Is it possible to format simple, short queries onto a single line? Basically instead of i'd like it to output |
BetaWas this translation helpful?Give feedback.
All reactions
Replies: 1 comment 1 reply
-
There is an old feature request for this:#360 But it's unlikely to happen as I've pretty much stopped any new feature development on sql-formatter. Instead I've incorporated many of the ideas and addressed lots of the shortcomings of this inanother SQL pretty-printing tool that I've been developing. This one pretty much does what you're asking for: if the input SQL is on a single line and it's short enough, the formatter will keep it on a single line. |
BetaWas this translation helpful?Give feedback.
All reactions
1 reply
-
Gotcha, I'll check out the new project |
BetaWas this translation helpful?Give feedback.
All reactions
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment