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

Editor config adds and enforces license information #234

Merged
merged 2 commits into from
Jun 1, 2023

Conversation

giventocode
Copy link
Contributor

@giventocode giventocode commented Jun 1, 2023

fixes #233

This PR adds two config values to the .editorconfig, that result on the following behavior:

  • A IDE warning is raised if a file is missing the license header.
  • dotnet format sets license header information if missing.

I also ran dotnet format for the entire solution. If this is too disruptive, please let me know and I can revert the format changes and just add the new editor config file.

@giventocode giventocode merged commit ea268b8 into main Jun 1, 2023
@giventocode giventocode deleted the ja-editorconfig branch June 1, 2023 15:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add default license in editor config
2 participants