Skip to content

Instantly share code, notes, and snippets.

@gbmoretti
Last active January 2, 2016 15:29
Show Gist options
  • Save gbmoretti/8323779 to your computer and use it in GitHub Desktop.
Save gbmoretti/8323779 to your computer and use it in GitHub Desktop.
sublime user preferences
{
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/User/base16-ocean.dark (SL).tmTheme",
"font_face": "Source Code Pro",
"font_options":
[
"subpixel_antialias"
],
"font_size": 11,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"rulers":
[
79,
99
],
"tab_size": 2,
"theme": "Spacegray.sublime-theme",
"translate_tabs_to_spaces": true,
"hot_exit": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment