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

Provide a default global .editorconfig #3911

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

MattFromRVA
Copy link
Contributor

Add a global .editorconfig file with is_global set to true.

  • Create a new .editorconfig file named global.editorconfig at the root of the repository.
  • Set is_global to true in the new .editorconfig file.
  • Include the same rules as the existing StyleCopAnalyzersDefault.ruleset file in the new .editorconfig file.

Add a global `.editorconfig` file with `is_global` set to `true`.

* Create a new `.editorconfig` file named `global.editorconfig` at the root of the repository.
* Set `is_global` to `true` in the new `.editorconfig` file.
* Include the same rules as the existing `StyleCopAnalyzersDefault.ruleset` file in the new `.editorconfig` file.
@MattFromRVA MattFromRVA marked this pull request as draft December 20, 2024 14:40
Copy link

codecov bot commented Dec 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.38%. Comparing base (f5843ae) to head (de560b4).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3911      +/-   ##
==========================================
- Coverage   97.44%   94.38%   -3.07%     
==========================================
  Files         926      931       +5     
  Lines      110283   110296      +13     
  Branches     3319     3319              
==========================================
- Hits       107467   104099    -3368     
- Misses       1847     5181    +3334     
- Partials      969     1016      +47     

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.

1 participant