Skip to content

Instantly share code, notes, and snippets.

@dminca
Last active July 18, 2016 12:27
Show Gist options
  • Select an option

  • Save dminca/c4d79c6ca2038b9639f5 to your computer and use it in GitHub Desktop.

Select an option

Save dminca/c4d79c6ca2038b9639f5 to your computer and use it in GitHub Desktop.
Personal sublime configs
{
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"draw_white_space": "all",
"font_face": "Hack",
"font_size": 8,
"highlight_line": true,
"ignored_packages":
[
"Markdown",
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"index_files": true,
"overlay_scroll_bars": "enabled",
"rulers":
[
80
],
"tab_size": 2,
"translate_tabs_to_spaces": true,
"update_check": false,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment