Split both on the dots and on the args when the line is still too long #27
ilovelinux
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Welcome
How did you install golines?
Other
Your feature request related to a problem? Please describe
When I have the following code
I get
Or, with
--no-chain-split-dotsDescribe the solution you'd like
I'd like to have:
--no-chain-split-dotsto avoid to keep a very long line.Describe alternatives you've considered
I'm using
--no-chain-split-dotsto keep lines short, even if I like the split on the dots more.Additional context
The example is partially based on Squirrel examples and describes my use-case.
Beta Was this translation helpful? Give feedback.
All reactions