Skip to content

Instantly share code, notes, and snippets.

@squidge
Created August 5, 2014 19:11
Show Gist options
  • Select an option

  • Save squidge/26ea11ef4da9690ebf18 to your computer and use it in GitHub Desktop.

Select an option

Save squidge/26ea11ef4da9690ebf18 to your computer and use it in GitHub Desktop.

Revisions

  1. squidge created this gist Aug 5, 2014.
    24 changes: 24 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,24 @@
    {
    "close_windows_when_empty": true,
    "color_scheme": "Packages/Dayle Rees Color Schemes/sublime/contrast/mellow-contrast.tmTheme",
    "draw_indent_guides": false,
    "font_face": "Source Code Pro",
    "font_options":
    [
    "subpixel_antialias"
    ],
    "font_size": 16.0,
    "highlight_line": true,
    "highlight_modified_tabs": true,
    "hot_exit": false,
    "ignored_packages":
    [
    "Vintage"
    ],
    "remember_open_files": false,
    "show_tab_close_buttons": true,
    "spell_check": false,
    "tab_size": 4,
    "theme": "Soda Light.sublime-theme",
    "word_separators": "./\\()\"'-:,.;<>~!@#%^&*|+=[]{}`~?"
    }