Skip to content

Instantly share code, notes, and snippets.

@asimpson
Created January 10, 2013 02:46
Show Gist options
  • Save asimpson/4498987 to your computer and use it in GitHub Desktop.
Save asimpson/4498987 to your computer and use it in GitHub Desktop.
sublime settings
{
"bold_folder_labels": true,
"close_windows_when_empty": true,
"color_scheme": "Packages/Theme - Aqua/Color Schemes/Tomorrow Night Aqua.tmTheme",
"detect_indentation": false,
"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,
"ignored_packages":
[
"Vintage"
],
"match_brackets_angle": true,
"open_files_in_new_window": false,
"save_on_focus_lost": false,
"tab_size": 2,
"theme": "AppKit.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": true,
"caret_style": "phase"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment