Can't find a formatting option
Just rebuilt my PC and forgot to bring across my resharper settings.Previously I had formatting where the braces would line up with the variable as belowsites.ForEach(site => { if (RefreshSite(sitesDB, site)) sitesUpdated++; });Now it's indenting as below. I have tried every option I can find but can't change the behaviour.sites.ForEach(site => { if (RefreshSite(sitesDB, site)) sitesUpdated++; });Any help much appreciated.
Please sign in to leave a comment.