Config to disable automatic line wrapping #12186
Unanswered
tva-subteno-it
asked this question in
Q&A
Replies: 2 comments 5 replies
-
Hi I tried to reproduce your example but I wasn't able to, at least with the default line-length of 88 unicode code points (playground). Can you share your |
Beta Was this translation helpful? Give feedback.
2 replies
-
I have the same issue in vs code, how do I disable this? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there,
I was wondering if there was any config to disable the automatic line wrapping of ruff? In my code, all the lines already fit within the line-length configured, and yet my code gets formatted with line break after every parenthesis, curly braces, even within list indexes when ruff is used (btw, I use it with pre-commit).
For instance, this code has the right size:
but was formatted like this:
Beta Was this translation helpful? Give feedback.
All reactions