Skip to content

Commit

Permalink
Fix parse error in Markdown.sublime-settings
Browse files Browse the repository at this point in the history
Trailing comma introduced in [f00d5e](lioshi@f00d5eb) throws a parse error when trying to load Sublime Text
  • Loading branch information
MethodGrab committed Jul 5, 2015
1 parent 11088d1 commit be5f381
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions prefs/Ext/Markdown.sublime-settings
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"draw_centered": false, // Centers the column in the window
"draw_indent_guides": false,
"trim_trailing_white_space_on_save": false,
"word_wrap": false,
"word_wrap": false
// "wrap_width": 80 // Sets the # of characters per line
}
}

0 comments on commit be5f381

Please sign in to comment.