Closed
Description
See #466
We should default to the XDG Standard on unix systems; platformdirs has an implementation as user_config_dir
(or user_config_path
). This defaults to the same ~/.config, but can be overridden by $XDG_CONFIG_DIR var. Default in that dir should be harlequin.toml
(no dot). Should find .harlequin.toml
or harlequin.toml
in the cwd.
This should be communicated as a potentially-breaking change.
Docs will have to be updated:
Activity