Skip to content

Instantly share code, notes, and snippets.

@dimiro1
Created February 12, 2016 10:51
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 dimiro1/333cbad3399bdd606129 to your computer and use it in GitHub Desktop.
Save dimiro1/333cbad3399bdd606129 to your computer and use it in GitHub Desktop.
Preferences Sublime
{
"color_scheme": "Packages/Theme - Spacegray/base16-eighties.dark.tmTheme",
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
".idea",
"tmp",
"__pycache__"
],
"font_face": "PragmataPro",
"font_options":
[
"no_bold",
"gray_antialias"
],
"font_size": 12,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"overlay_scroll_bars": "enabled",
"predawn_findreplace_small": true,
"predawn_quick_panel_small": true,
"predawn_tabs_active_underline": true,
"predawn_tabs_small": true,
"show_encoding": true,
"show_line_endings": true,
"spell_check": false,
"tab_size": 4,
"theme": "Spacegray Eighties.sublime-theme",
"rulers": [120],
"typescript_plugin_tsc_version": "1.7.3",
"word_wrap": "true"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment