Skip to content

Instantly share code, notes, and snippets.

@joshuasoehn
Last active January 30, 2016 21:37
Show Gist options
  • Save joshuasoehn/b9d579f00181e4cedc65 to your computer and use it in GitHub Desktop.
Save joshuasoehn/b9d579f00181e4cedc65 to your computer and use it in GitHub Desktop.
{
"color_scheme": "Packages/Theme - Spacegray/base16-ocean.dark.tmTheme",
"ensure_newline_at_eof_on_save": true,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
"node_modules",
"build",
".sass-cache"
],
"binary_file_patterns": ["*.css", "*.log, *.min.js"],
"font_face": "Source Code Pro",
"font_size": 15,
"highlight_line": true,
"highlight_modified_tabs": true,
"line_padding_bottom": 2,
"line_padding_top": 2,
"open_files_in_new_window": false,
"save_on_focus_lost": true,
"spacegray_sidebar_font_large": true,
"spacegray_sidebar_tree_large": true,
"spacegray_tabs_large": true,
"spell_check": true,
"tab_size": 2,
"theme": "Spacegray.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment