Skip to content

Instantly share code, notes, and snippets.

@mason-stewart
Created June 21, 2013 00:47
Show Gist options
  • Save mason-stewart/5828060 to your computer and use it in GitHub Desktop.
Save mason-stewart/5828060 to your computer and use it in GitHub Desktop.
{
"caret_style": "smooth",
"close_windows_when_empty": true,
"color_scheme": "Packages/sublime-scheme-syntax/Scheme.tmTheme",
"draw_white_space": "selection",
"file_exclude_patterns":
[
"*.pyc",
"*.pyo",
"*.exe",
"*.dll",
"*.obj",
"*.o",
"*.a",
"*.lib",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.pdb",
"*.idb",
".DS_Store",
"*.class",
"*.psd",
"*.db"
],
"find_selected_text": true,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
"node_modules",
".*"
],
"font_size": 28.0,
"ignored_packages":
[
"vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"overlay_scroll_bars": "enabled",
"paredit_dont_match_single_quotes": true,
"paredit_enabled": true,
"phoenix_color_blue": true,
"phoenix_color_expanded_folder": true,
"phoenix_dirty_bottom_bar": true,
"phoenix_dirty_bottom_bar_red": true,
"phoenix_highlight_current_tab": false,
"phoenix_tabs_auto_width": true,
"phoenix_tabs_normal": true,
"scroll_past_end": true,
"tab_size": 2,
"theme": "Phoenix Dark.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_whitespace_on_save": true,
"use_simple_full_screen": true,
"use_tab_stops": true,
"vintage_ctrl_keys": false,
"vintage_start_in_command_mode": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment