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

Editorconfig stuff #93

Merged
merged 2 commits into from
Nov 11, 2024
Merged

Editorconfig stuff #93

merged 2 commits into from
Nov 11, 2024

Commits on Nov 11, 2024

  1. EditorConfig changes

    Changes:
    
    - Don't use this
    - Use language types instead of BCL types (e.g. string vs String)
    - Force accessibility modifiers
    - Use var where possible
    - Use expression bodies for stuff
    - Prefer braces
    mads256h committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    34e6023 View commit details
    Browse the repository at this point in the history
  2. Format all files

    mads256h committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    72961c9 View commit details
    Browse the repository at this point in the history