Pieter
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
-
Pieter commented, -
Pieter created a post, Rider codestyle templates collections for popular and common styles
Is there a way to preconfigure the rider codestyle templates to match those of common / standard team patterns, or a repository to select from or download styles? E.g. make my code look like the .N... -
Pieter created a post, AnsweredMultiple single line foreach indentation style
Hi, I'd like to get rider to indent multiple foreach statements when reformatting code. What setting do I change? I want this: foreach (var productInfo in productList) foreach (var baseName in B...