Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add EditorConfig for naming conventions #32

Merged
merged 1 commit into from Mar 23, 2020
Merged

Add EditorConfig for naming conventions #32

merged 1 commit into from Mar 23, 2020

Commits on Mar 22, 2020

  1. Add EditorConfig for naming conventions

    - Invalid Property Naming convention will now throw an error instead of a warning, which will make it impossible to build locally (usage as a Linter). However the build will still succeed on the GitHub workflow due to [this issue that has to be resolved by Microsoft](dotnet/roslyn#33558)
    - Disabled the XML comments, it's handy but not always needed at this point.
    Benjamin Vertonghen committed Mar 22, 2020
    Configuration menu
    Copy the full SHA
    4001eff View commit details
    Browse the repository at this point in the history