From 46d0f7aff3866b9cc9017cbb926c0d73d774106d Mon Sep 17 00:00:00 2001 From: Kevin Ruscoe Date: Sun, 17 Mar 2019 14:13:34 +0000 Subject: [PATCH] Update defaultConfig.stub.js The serif array seems to be on a single line whereas every other array is multiline, this just adds consistency. --- stubs/defaultConfig.stub.js | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/stubs/defaultConfig.stub.js b/stubs/defaultConfig.stub.js index 070988997..c500983a3 100644 --- a/stubs/defaultConfig.stub.js +++ b/stubs/defaultConfig.stub.js @@ -162,7 +162,13 @@ module.exports = { '"Segoe UI Symbol"', '"Noto Color Emoji"', ], - serif: ['Georgia', 'Cambria', '"Times New Roman"', 'Times', 'serif'], + serif: [ + 'Georgia', + 'Cambria', + '"Times New Roman"', + 'Times', + 'serif' + ], mono: [ 'SFMono-Regular', 'Menlo',