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
This causes the stylecheck to warn about: "multiple spaces after token 'if'" and "multiple spaces after token '0'". Is there a way to make stylechecker to ignore cases like this? If not yet, could that be implemented at some point?
I tend to write shorter one-expression if-elseif-else conditions as oneliners that I aligne like this:
This causes the stylecheck to warn about: "multiple spaces after token 'if'" and "multiple spaces after token '0'". Is there a way to make stylechecker to ignore cases like this? If not yet, could that be implemented at some point?
This might have some overlap with: #188
The text was updated successfully, but these errors were encountered: