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
Hey @dangmai, is this behavior expected? Given that the line is less than my printWidth, I would expect Field2__c != 'Foo' to be formatted on the same line as the WHERE keyword, however it gets wrapped to the next line. Thoughts? Thanks :-)
Hey @dangmai, is this behavior expected? Given that the line is less than my
printWidth
, I would expectField2__c != 'Foo'
to be formatted on the same line as theWHERE
keyword, however it gets wrapped to the next line. Thoughts? Thanks :-)# Prettier options (if any): printWidth: 100
Input:
Actual output:
Expected output:
Same as input
Additional information:
The text was updated successfully, but these errors were encountered: