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;
Please sign in to leave a comment.
thank you for contacting us.
Please try following settings: ReSharper | Options | Code Editing | C# | Formatting Style | Tabs, Indents, Alignment | Align similar code in columns | other assignments and initializers
Thanks!