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
In my code I often want to align by '=' but there is a set of cases where I want it to alight all '=' except those that fit a certain pattern; in the case the pattern is 'kind = variable'. Is there a way to implement this?