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
Currently ForceCuddleErrCheckAndAssign enforces errors to be cuddled with the assigning statement no matter how many lines it spans over. While my idea was to enforce this:
Since the err assignment spans over so many lines I think it should be optional or configurable to leave a space between the assignment an if statement even when ForceCuddleErrCheckAndAssign is set to true.
The text was updated successfully, but these errors were encountered:
Currently
ForceCuddleErrCheckAndAssign
enforces errors to be cuddled with the assigning statement no matter how many lines it spans over. While my idea was to enforce this:This is now also enforced with
ForceCuddleErrCheckAndAssign
set to true:Since the
err
assignment spans over so many lines I think it should be optional or configurable to leave a space between the assignment an if statement even whenForceCuddleErrCheckAndAssign
is set to true.The text was updated successfully, but these errors were encountered: