Skip to main content

YAML configurations

For most global configurations, you can set "user profile" configurations in the config: block of profiles.yml. This style of configuration sets default values for all projects using this profile directory—usually, all projects running on your local machine.

profiles.yml

config:
<THIS-CONFIG>: true

0