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
I'm also hitting this issue on v1.22. Notably the error also goes away if you manually reflow the string so that it complies with line length limitations.
In version n1.24.0 of google-java-format_windows-x86-64.exe a long string literal that contains two backslashes followed by 't' results in an error.
Negative example:
Tool invocation and error message:
Positive example. This can be formatted.
Update: Using parameter
--skip-reflowing-long-strings
avoids this error!The text was updated successfully, but these errors were encountered: