Skip to content

Instantly share code, notes, and snippets.

@asimpson
Created August 30, 2012 17:15
Show Gist options
  • Save asimpson/3533905 to your computer and use it in GitHub Desktop.
Save asimpson/3533905 to your computer and use it in GitHub Desktop.
This is a simple copy and paste of my Sublime Text 2 preference file. Use whatever you want!
// Settings in here override those in "Default/Preferences.sublime-settings", and
// are overridden in turn by file type specific settings.
{
"bold_folder_labels": true,
"close_windows_when_empty": true,
"color_scheme": "Packages/Theme - Aqua/Color Schemes/Tomorrow Night Aqua.tmTheme",
"detect_slow_plugins": false,
"draw_centered": false,
"fade_fold_buttons": false,
"font_face": "Menlo",
"font_size": 14.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"match_brackets_angle": true,
"open_files_in_new_window": false,
"save_on_focus_lost": false,
"theme": "AppKit.sublime-theme",//please be sure to have this theme installed or remove this line.
"trim_trailing_white_space_on_save": true,
"word_wrap": true,
"translate_tabs_to_spaces": true,
"tab_size": 2,
"detect_indentation": false,
"ignored_packages": []
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment