Skip to content

do no break line when arguments fit into the same line #8

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

Closed
dorianmariecom opened this issue Dec 8, 2021 · 2 comments
Closed

do no break line when arguments fit into the same line #8

dorianmariecom opened this issue Dec 8, 2021 · 2 comments

Comments

@dorianmariecom
Copy link

-  before_action :load_event, only: %i[show edit update destroy copy share delete]
+  before_action :load_event,
+                only: %i[show edit update destroy copy share delete]
@kddnewton
Copy link
Member

On my screen that's exactly 81 characters, which is over the limit, which is why it's breaking. Soon I'll make the width configurable, but for now this is intended.

@dorianmariecom
Copy link
Author

dorianmariecom commented Dec 9, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants