Is it possible to add a .editorconfig file outside the hierarchy of the project with file path globs? #74575
Unanswered
paulomorgado
asked this question in
Q&A
Replies: 1 comment 2 replies
-
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a few analyzers added via
CustomAfterMicrosoftCommon
environment variable and I'd like to add settings in editor config for[*tests.cs]
, but it seems to be ignored, although a binlog shows that editorconfig being fed to the compiler..What am I doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions