Apply suggestions from code review

Co-Authored-By: Travis Ralston <travpc@gmail.com>
pull/21833/head
Bruno Windels 2020-04-01 09:37:17 +00:00 committed by GitHub
parent 50bb556bc7
commit ce8f7eaace
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -52,11 +52,11 @@ Settings are the different options a user may set or experience in the applicati
``` ```
Settings that support the config level can be set in the config file under the `settingDefaults` key (note that some settings, like the "theme" setting, are special cased in the config file): Settings that support the config level can be set in the config file under the `settingDefaults` key (note that some settings, like the "theme" setting, are special cased in the config file):
``` ```json
{ {
... ...
settingDefaults: { "settingDefaults": {
settingName: true "settingName": true
}, },
... ...
} }