Skip to content

Instantly share code, notes, and snippets.

@craigkeeling
Created July 23, 2014 19:19
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 craigkeeling/188aea78cbe289723d01 to your computer and use it in GitHub Desktop.
Save craigkeeling/188aea78cbe289723d01 to your computer and use it in GitHub Desktop.
Markdown Sublime Settings
{
"color_scheme": "Packages/toychest.tmTheme",
"draw_white_space": "all",
"extensions":
[
"mdown",
"txt",
"md",
"markdown"
],
"tab_size": 4,
"caret_style": "phase",
"font_face": "Nitti WM2 Light",
"font_size": 21,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment