Skip to content

Instantly share code, notes, and snippets.

@bobdenotter
Created March 24, 2015 19:43
Show Gist options
  • Save bobdenotter/66fef18def60a25c320f to your computer and use it in GitHub Desktop.
Save bobdenotter/66fef18def60a25c320f to your computer and use it in GitHub Desktop.
Sublime markdown specifix settings.
{
"color_scheme": "Packages/Theme - Afterglow/Afterglow-markdown.tmTheme",
"extensions":
[
"md"
],
"rulers":
[
70,
80,
100
],
"draw_centered": false,
"word_wrap": true,
"wrap_width": 80,
"line_numbers": true,
"highlight_line": true,
"line_padding_top": 1,
"line_padding_bottom": 1,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment