Skip to content

Instantly share code, notes, and snippets.

@amboy00
Created April 10, 2015 23:48
Show Gist options
  • Save amboy00/6b677b9756df499761b9 to your computer and use it in GitHub Desktop.
Save amboy00/6b677b9756df499761b9 to your computer and use it in GitHub Desktop.
My Markdown syntax specific settings.
{
"extensions":
[
"md"
],
// "line_numbers": false,
// "gutter": false,
"draw_centered": true,
"wrap_width": 80,
"word_wrap": true,
"scroll_past_end": true,
"color_scheme": "Packages/MarkdownEditing/MarkdownEditor.tmTheme"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment