Skip to content

Instantly share code, notes, and snippets.

@jackmcdade
Created April 1, 2014 14:09
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 jackmcdade/9914826 to your computer and use it in GitHub Desktop.
Save jackmcdade/9914826 to your computer and use it in GitHub Desktop.
My Sublime Text settings
{
"caret_extra_width": 1,
"caret_style": "phase",
"color_scheme": "Packages/User/Deep Blue See (SL).tmTheme",
"enable_tab_scrolling": false,
"font_size": 12.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"overlay_scroll_bars": "enabled",
"sidebar_small": true,
"tab_size": 4,
"tabs_medium": true,
"theme": "predawn.sublime-theme",
"translate_tabs_to_spaces": false,
"trim_trailing_white_space_on_save": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment