From 164fec6322f7fd0942cce670d2516eed808048d7 Mon Sep 17 00:00:00 2001 From: Machiste Quintana Date: Sat, 15 Oct 2016 15:56:05 -0700 Subject: [PATCH] Add missing comments --- src/config-schema.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/config-schema.js b/src/config-schema.js index 113051920..f73217225 100644 --- a/src/config-schema.js +++ b/src/config-schema.js @@ -3,6 +3,9 @@ import path from 'path' import fs from 'fs-plus' +// This is loaded by atom-environment.coffee. See +// https://atom.io/docs/api/latest/Config for more information about config +// schemas. const configSchema = { core: { type: 'object', @@ -183,7 +186,7 @@ const configSchema = { editor: { type: 'object', - + // These settings are used in scoped fashion only. No defaults. properties: { commentStart: { type: ['string', 'null'] @@ -205,6 +208,7 @@ const configSchema = { type: ['string', 'null'] }, + // These can be used as globals or scoped, thus defaults. fontFamily: { type: 'string', default: '',