Skip to content

Instantly share code, notes, and snippets.

@evanplaice
Last active October 9, 2019 18:58
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 evanplaice/0de273df770587c6a4873db5687bd5c0 to your computer and use it in GitHub Desktop.
Save evanplaice/0de273df770587c6a4873db5687bd5c0 to your computer and use it in GitHub Desktop.
Sublime Settings
{
"extensions": [
"md"
],
"color_scheme": "Packages/Predawn/predawn-markdown.tmTheme",
"draw_centered": true,
"draw_indent_guides": false,
"trim_trailing_white_space_on_save": false,
"word_wrap": true,
"wrap_width": 80
}
{
"bootstrapped": true,
"downloader_precedence":
{
"linux":
[
"curl",
"urllib",
"wget"
],
"osx":
[
"curl",
"urllib"
],
"windows":
[
"wininet"
]
},
"in_process_packages":
[
],
"installed_packages":
[
"AutoFileName",
"BracketHighlighter",
"Emmet",
"GhostText",
"MarkdownPreview",
"Package Control",
"Predawn",
"SideBarEnhancements",
"Sync Settings",
"Whitespace"
]
}
{
"draw_white_space": "none",
"font_size": 13,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"menu_visible": true,
"sidebar_medium": true,
"tab_size": 2,
"tabs_small": true,
"theme": "predawn-DEV.sublime-theme",
"translate_tabs_to_spaces": false,
"update_check": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment