Supnep
- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 3
-
Supnep created a post, Unstable format of the simple switch-case
Even though I uncheck this option but sometimes the reformat and cleanup still mess up in some cases.Place simple switch expression on single line There are 4 case statements, but when the auto for... -
Supnep created a post, [Code format] Code formatting of if-else statement
My JetBrains Rider keeps removing braces from any simple if-else statementMy expectationprivate void SetPLayer([Optional] PlayerName){ if (PlayerName == Player.ID1) { RecreateCollectio... -
Supnep created a post, [C# code style] Indent of parameters in lambda or delegate method
I expect my code will be like thiscontainer.RegisterSingleton<IProductUpdateTask, ProductUpdateTask>( new UnityInjector<IProductUpdateTask>().WithCombinedType<INetWorkConfiguration, IMobileAppli...