From 946886c596ed9e0b57b3851cdd043fe4caa2b65a Mon Sep 17 00:00:00 2001 From: Daniel Anderson Date: Wed, 10 May 2017 14:44:52 -0700 Subject: [PATCH] Add comma in sample JSON. --- source/assignments/day01/sublime_as_ide.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/assignments/day01/sublime_as_ide.rst b/source/assignments/day01/sublime_as_ide.rst index 489efd1..2087ca8 100644 --- a/source/assignments/day01/sublime_as_ide.rst +++ b/source/assignments/day01/sublime_as_ide.rst @@ -81,7 +81,7 @@ are quite personal, find ones that suit you.): 100 // maximum allowable length ], "word_wrap": false, // I hate auto-wrapped text. - "wrap_width": 79 // This is used by a plugin elsewhere + "wrap_width": 79, // This is used by a plugin elsewhere "tab_size": 4, "translate_tabs_to_spaces": true, "use_tab_stops": true,