Skip to content

Instantly share code, notes, and snippets.

@macosxguru
Last active August 30, 2020 08:27
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save macosxguru/940ae67886348161a8a4 to your computer and use it in GitHub Desktop.
Save macosxguru/940ae67886348161a8a4 to your computer and use it in GitHub Desktop.
2015-09-28 Markdown specific preferences for SublimeText3
{
"auto_complete_delay": 9000,
"auto_complete_selector": "source, text",
"auto_match_enabled": true,
//"color_scheme": "Packages/okami/schemes/Amaterasu.sublime-color-scheme",
//"color_scheme": "Packages/GitHub Theme/schemes/GitHub Light.sublime-color-scheme",
//"theme": "GitHub-Theme.sublime-theme",
"theme": "ayu-light.sublime-theme",
"color_scheme": "Packages/ayu/ayu-light.sublime-color-scheme",
//"theme": "ayu-mirage.sublime-theme",
//"color_scheme": "Packages/ayu/ayu-mirage.sublime-color-scheme",
"enable_table_editor": true,
"extensions":
[
"mmd",
"mdown",
"md",
],
//"font_face": "Coordinates",
//"font_face": "Operator SSm",
//"font_face": "Belinsky Text",
//"font_face": "Lucida Grande Mono",
"font_face": "iA Writer Mono S",
//"font_face": "Maison Neue Mono",
//"font_face": "Triplicate T4",
//"font_face": "Input Mono Narrow",
//"font_face": "Operator Mono",
//"font_face": "OperatorMono-Book",
//"font_face": "Antikor Mono",
"font_options":
[
"subpixel_antialias",
"no_round",
"directwrite"
],
"font_size": 18,
"highlight_line": false,
"line_numbers": true,
"line_padding_bottom": 6,
"line_padding_top": 6,
"mde_match_header_hashes": false,
"save_on_focus_lost": true,
"spell_check": true,
"table_editor_syntax": "Auto",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": false,
"word_wrap": true,
"show_git_status": "false",
"mini_diff": "false",
//"fade_fold_buttons": false,
"wrap_width": 90,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment