-
Notifications
You must be signed in to change notification settings - Fork 85
Hangable Prefix expression goes over width when it could be split #139
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@SafeteeWoW I just tested this, and it seems to be working as intended? error(
"1111111111111111111111111111111111111111111111111111"
.. "1111111111111111111111111111111111111111111111111111111111"
) |
Please format this file as an example |
Is there anything in particular to the file you wish to highlight - I couldn't see any code representing your original code sample. I did see though, long lines of |
The main problem is that many code is formatted beyond 120 column width, |
Function call which contains long concatenated string arguments are turned into single line. Can this be fixed?
For example
I want this to be 2 lines to be fit in 120 columns, rather than a single line of
Originally posted by @SafeteeWoW in #78 (comment)
The text was updated successfully, but these errors were encountered: