Skip to content

Instantly share code, notes, and snippets.

@ZachMoreno
Last active December 19, 2015 21:59
Show Gist options
  • Select an option

  • Save ZachMoreno/6024396 to your computer and use it in GitHub Desktop.

Select an option

Save ZachMoreno/6024396 to your computer and use it in GitHub Desktop.
{
"caret_style" : "smooth",
"draw_white_space" : "all",
"theme" : "Spacegray.sublime-theme",
"color_scheme" : "Packages/Theme - Spacegray/base16-ocean.dark.tmTheme",
"font_face" : "Source Code Pro",
"font_size" : 12.0,
"tab_size" : 4,
"translate_tabs_to_spaces" : true,
"word_wrap" : false,
"highlight_line" : true,
"highlight_modified_tabs" : true,
"detect_slow_plugins" : false,
"draw_minimap_border" : true,
"indent_to_bracket" : false,
"match_brackets_angle" : true,
"remember_open_files" : false,
"scroll_past_end" : true,
"spell_check" : false,
"tab_completion" : true,
"folder_exclude_patterns" : [
"*.svn",
".git",
".sass-cache",
"build",
"pkg",
"tmp"
],
"font_options" : [
"subpixel_antialias"
],
"ignored_packages" : [
"Vintage"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment