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,