I've tried every option in the resharper options menu. Still cant stop it from removing my space..
What im trying to achieve:
#main.campaign.showings_aside .showings_title { padding-left: 30px; padding-bottom: 30px; }
What resharper keeps doing when you make the last semi colon:
#main.campaign.showings_aside .showings_title { padding-left: 30px;padding-bottom: 30px; }
referer How to stop ReSharper removing spaces in object initializer