Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/assignments/day01/sublime_as_ide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down