tugberkugurlu / AspNetCore.Identity.MongoDB

MongoDB Data Store Adaptor for ASP.NET Core Identity
MIT License
229 stars 69 forks source link

Add .dotsettings file #40

Open tugberkugurlu opened 7 years ago

tugberkugurlu commented 7 years ago

This is to lay down some coding/naming guidelines in place to make refactoring a bit easier for contributors.


Coding Guidelines

When you are contributing to a project (this doesn't need to be an OSS project), you should always keep the style consistent. KLoggy project adopts some coding guidelines and it's best to check them before you want to contribute to this project.

C# Coding Conventions

In general, KLoggy project adopts Allman bracing style for any type of C# code. You can find some specific rules below:

dealproc commented 5 years ago

@tugberkugurlu are you willing to create this, as this is something I am unfamiliar with at this time.