Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save amclain/704b48f9658b0346a48b to your computer and use it in GitHub Desktop.
Save amclain/704b48f9658b0346a48b to your computer and use it in GitHub Desktop.
{
// "color_scheme": "Packages/MarkdownEditing/MarkdownEditor.tmTheme",
"color_scheme": "Packages/MarkdownEditing/MarkdownEditor-Dark.tmTheme",
// "color_scheme": "Packages/MarkdownEditing/MarkdownEditor-Yellow.tmTheme",
// Layout
"draw_centered": false,
"word_wrap": true,
"wrap_width": 80,
"rulers": [80],
// Line
"line_numbers": true,
"highlight_line": false,
"line_padding_top": 2,
"line_padding_bottom": 2,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment