Skip to content

Instantly share code, notes, and snippets.

@AndrwM
Created November 4, 2013 14:34
Show Gist options
  • Select an option

  • Save AndrwM/7303340 to your computer and use it in GitHub Desktop.

Select an option

Save AndrwM/7303340 to your computer and use it in GitHub Desktop.
Sublime User Settings
{
"caret_style": "smooth",
"close_windows_when_empty": true,
"color_scheme": "Packages/Theme - Phoenix/Color Scheme/Tomorrow-Night.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": 14.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_expanded_folder": true,
"phoenix_color_orange": 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