zeromq / netmq

A 100% native C# implementation of ZeroMQ for .NET
Other
2.95k stars 744 forks source link

Add .editorconfig file #968

Open TysonMN opened 3 years ago

TysonMN commented 3 years ago

A .editorconfig file can store coding standards in a way that many IDEs, including Visual Studio, can read.

Instead of, or at least in addition to, describing the coding standards in English in the README, I suggest adding a .editorconfig file that includes all of these settings.

Regarding coding standards, we are using C# coding styles, to be a little more specific: we are using camelCase for variables and fields (with m_ prefix for instance members and s_ for static fields) and PascalCase for methods, classes and constants. Make sure you are using 'Insert Spaces' and 4 for tab and indent size.

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had activity for 365 days. It will be closed if no further activity occurs within 56 days. Thank you for your contributions.