Skip to content

Instantly share code, notes, and snippets.

@gmann1982
Created August 30, 2013 11:10
Show Gist options
  • Select an option

  • Save gmann1982/6388795 to your computer and use it in GitHub Desktop.

Select an option

Save gmann1982/6388795 to your computer and use it in GitHub Desktop.
sublime text setup
{
"bold_folder_labels": true,
"color_scheme": "Packages/Solarized Color Scheme/Solarized (dark).tmTheme",
"detect_slow_plugins": false,
"font_face": "Ubuntu Mono",
"font_options": "subpixel_antialias",
"font_size": 12,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"tab_completion": false,
"theme": "Nexus.sublime-theme",
"trim_trailing_white_space_on_save": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment