You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pretty much what the title says. It's pretty common to use hidden files (aka leading dot filenames) for configuration files (see eslint and editorconfig).
Edit: I mean phpcs.xml and its siblings.
The config file will be hidden in UNIX systems.
The config file will be naturally grouped with other config files whose name starts with dots (.editorconfig, .env, .gitattributes, .gitignore, etc...).
I'm wondering if you're open to MR for this change. I can contribute.