-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Make Style/EndOfLine configurable #3800
Comments
@jonas054, will |
I guess so. It's the rule in the style guide. |
I'd propose |
I think
( |
…efault This style acts as crlf when RuboCop is run on Windows and lf on other platforms.
Based on discussions in #3401, I propose to add the following configuration option:
The
native
option meanscrlf
on Windows andlf
on other platforms, and is the best choice for people running on Windows withcore.autocrlf = true
, if they are using git.The text was updated successfully, but these errors were encountered: