Skip to content

Instantly share code, notes, and snippets.

@bigandy
Created November 11, 2014 09:47
Show Gist options
  • Save bigandy/e82df405c02d56e65443 to your computer and use it in GitHub Desktop.
Save bigandy/e82df405c02d56e65443 to your computer and use it in GitHub Desktop.
Sublime Settings
{
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/User/Monokai (SL).tmTheme",
"detect_slow_plugins": true,
"disable_colored_group_labels": true,
"disable_coloured_folder_labels": true,
"disable_formatted_linebreak": true,
"fade_fold_buttons": true,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
"tmp",
".bundle",
".sass-cache"
],
"font_face": "Source Code Pro",
"font_size": 15.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"hot_exit": false,
"ignored_packages":
[
".DS_Store",
"Vintage"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"save_on_focus_lost": true,
"translate_tabs_to_spaces": false,
"trim_trailing_white_space_on_save": true,
"use_simple_full_screen": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment