Closed
Description
When all hooks are run in an R project it now happens that styler
will leave long lines that it could split and lintr
then complains they are too long with more than 80 characters.
- Can
styler
be configured to break the lines? - Can
lintr
be configured to allow longer lines ~100 characters. 80 characters are a bit too short - screens got bigger and generally have a better resolution now than when the 80 characters limit became an industry standard. And good variable names also sometimes add to the line length.
Maybe I am mistaken, but I don't expect any lintr
errors after styler
runs successfully.
Metadata
Metadata
Assignees
Labels
No labels