Skip to content

Instantly share code, notes, and snippets.

@fredchu
Last active August 29, 2015 14:07
Show Gist options
  • Select an option

  • Save fredchu/29336b525510ade17a34 to your computer and use it in GitHub Desktop.

Select an option

Save fredchu/29336b525510ade17a34 to your computer and use it in GitHub Desktop.
Preference for Sublime Text 3
{
"close_windows_when_empty": true,
"color_scheme": "Packages/Theme - Spacegray/base16-ocean.dark.tmTheme",
"disable_formatted_linebreak": true,
"draw_white_space": false,
"file_exclude_patterns":
[
"*.sassc",
"*.scssc",
"*.log",
"*.gem",
"*.gz",
"*.pdf",
"*.zip",
"*.DS_store",
"*.eot",
"*.xap"
],
"folder_exclude_patterns":
[
".sass-cache",
".git",
".hg"
],
"font_face": "InputMonoCondensed-Thin",
"font_size": 16.0,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"remember_open_files": true,
"show_tab_close_buttons": true,
"tab_size": 2,
"theme": "Spacegray.sublime-theme",
"tree_animation_enabled": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment