Skip to content

Instantly share code, notes, and snippets.

@jingkaihe
Created September 1, 2014 10:40
Show Gist options
  • Save jingkaihe/1e34af9deaa37c8562ed to your computer and use it in GitHub Desktop.
Save jingkaihe/1e34af9deaa37c8562ed to your computer and use it in GitHub Desktop.
Sublime Configuration
{
"color_scheme": "Packages/Theme - Spacegray/base16-ocean.dark.tmTheme",
"ensure_newline_at_eof_on_save": true,
"font_face": "Source Code Pro Light",
"font_size": 16,
"ignored_packages":
[
"Vintage",
"LESS",
"Ruby Slim",
"RubyMotionBuilder"
],
"show_panel_on_build": true,
"tab_size": 2,
"terminal": "Iterm",
"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