Skip to content

Commit

Permalink
Add defaults functionality to profile settings
Browse files Browse the repository at this point in the history
  • Loading branch information
cinnamon-msft committed May 4, 2020
1 parent bb36c75 commit 08be90f
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion TerminalDocs/customize-settings/profile-settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,18 @@ ms.service: terminal

# Profile settings in the Windows Terminal

The properties listed below are specific to each unique profile.
The settings listed below are specific to each unique profile. If you'd like a setting to apply to all of your profiles, you can add it to the `defaults` section above the list of profiles in your settings.json file.

```json
"defaults":
{
SETTINGS TO APPLY TO ALL PROFILES
},
"list":
[
PROFILE OBJECTS
]
```

## Unique identifier

Expand Down

0 comments on commit 08be90f

Please sign in to comment.