RehanSaeed / EditorConfig

A very generic .editorconfig file supporting .NET, C#, VB and web technologies.
MIT License
629 stars 171 forks source link

Add samples to verify intended behaviors #29

Closed henrygab closed 4 years ago

henrygab commented 4 years ago

This is the sample code I had that helped to confirm the intended behavior of the .editorconfig settings for C#.

While not complete, this corresponds to the file I shared in the past when we worked on the many naming rules at the end of the .editorconfig file.

This PR just adds the buildable source. This is useful for manual regression testing, as well as providing examples to users of the result of the various naming rules.

henrygab commented 4 years ago

Hi @RehanSaeed,

I think all your suggestions are great! You could open issues for those improvements.

RehanSaeed commented 4 years ago

Done.

henrygab commented 4 years ago

Are you OK with this being merged? To main branch or other branch?