You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 12, 2023. It is now read-only.
Currently, when there's a function with multiple (long) parameters, we write them all on 1 line, because otherwise it would count for the file-max-size-limit we have. Example:
Currently, when there's a function with multiple (long) parameters, we write them all on 1 line, because otherwise it would count for the
file-max-size
-limit we have. Example:As you can see, this counts as 3 lines.
What we would like to have is this:
And still have it count as 3 lines instead of 13
Would that be possible to have an option to handle this?
Thanks!
The text was updated successfully, but these errors were encountered: