mvonballmo / CSharpHandbook

The focus of this document is on providing a reference for writing C#. It includes naming, structural and formatting conventions as well as best practices for writing clean, safe and maintainable code. Many of the best practices and conventions apply equally well to other languages.
28 stars 5 forks source link

Settings Files (StyleCop , ReSharper and EditorConfig.) #2

Open Jhon-RM2 opened 5 years ago

Jhon-RM2 commented 5 years ago

Hello,

We have been using the handbook quite a bit. but have not been able to find the settings files.

Settings files This repository includes configuration files that set up the rules outlined in this handbook for StyleCop and ReSharper and EditorConfig.

if you can point us in the right direction it would be greatly appreciated.

Thank in advance.

mvonballmo commented 5 years ago

Sorry for the long delay. I've added the settings files I'm currently using in the subfolder configurations.

Pick and choose from these settings as you like.

mvonballmo commented 5 years ago

BTW: It's nice to hear that you're getting some use out of this manual. :-)

Jhon-RM2 commented 5 years ago

Thank you very much.