Sam Carleton
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Sam Carleton created a post, Aligning assignments
Where is the setting to get ReSharper to align assignments so there is padding between the variable and the equal:int firstVar = 1; int secondVar = 2; int thirdsAndFinalVar = 3;