Skip to content

Instantly share code, notes, and snippets.

@bigandy
Created April 25, 2013 16:11
Show Gist options
  • Save bigandy/5460954 to your computer and use it in GitHub Desktop.
Save bigandy/5460954 to your computer and use it in GitHub Desktop.
Sublime Text Preferences
{
"bold_folder_labels": true,
"caret_style": "phase",
"fade_fold_buttons": false,
"font_face": "Source Code Pro",
"font_size": 16.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"hot_exit": false,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"save_on_focus_lost": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": true,
"disable_formatted_linebreak": true,
"highlight_modified_tabs": true,
"use_simple_full_screen": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment