All of the .editorconfig files in src/build/analyzers are actually global analyzer configs, yet they are named as editor configs and included by the EditorConfigFiles property. Shouldn't they rather be named .globalconfig and included via the GlobalAnalyzerConfigFiles property, as per Microsoft docs?