Skip to content

Instantly share code, notes, and snippets.

@stephenhowells
Created October 17, 2014 15:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stephenhowells/3536d668bfab016190fc to your computer and use it in GitHub Desktop.
Save stephenhowells/3536d668bfab016190fc to your computer and use it in GitHub Desktop.
Syntax specific settings for Markdown files in Sublime Text 3 using the Markdown Editing package.
{
"extensions":
[
"markdown",
"md",
"mdown",
"txt"
],
"wrap_width": 80,
"font_size": 15,
"color_scheme": "Packages/MarkdownEditing/MarkdownEditor-Dark.tmTheme",
"gutter": false,
"caret_style": "smooth",
"caret_extra_width": 1,
"line_padding_bottom": 3,
"line_padding_top": 3
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment