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
I have a default configuration that I want vale to use without the need to specify the location.
Add an environment variable (eg. VALE.INI or just VALE) that contains the location of my default vale.ini file. If --config isn't specified check for the environment variable.
The workspace ini file should take precedence over the file specified by the environment variable.
The command-line option should always take precedence over the environment setting or workspace ini file.