Skip to content

Instantly share code, notes, and snippets.

@bigandy
Created March 7, 2016 12:31
Show Gist options
  • Save bigandy/aa322941fa8f1e6af6e0 to your computer and use it in GitHub Desktop.
Save bigandy/aa322941fa8f1e6af6e0 to your computer and use it in GitHub Desktop.
{
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/User/SublimeLinter/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": 16.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,
"tab_size": 4,
"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