You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is currently by design. sql-formatter will break the parenthesized expression to multiple lines when it's long enough, for example try:
CREATETABLEitems (a INTPRIMARY KEY, b TEXT, c INTNOT NULL, d INTNOT NULL);
Currently though this max-length of parenthesized block is hard-coded to 50 characters. There's an issue #5 for making this configurable. Express your support there if you'd like to have such configurability.
Given this input
I'm getting this output
The text was updated successfully, but these errors were encountered: