Skip to content

Instantly share code, notes, and snippets.

@phocke
Created September 29, 2014 12:38
Show Gist options
  • Save phocke/b1db55a7db8d4a850805 to your computer and use it in GitHub Desktop.
Save phocke/b1db55a7db8d4a850805 to your computer and use it in GitHub Desktop.
{
"always_show_minimap_viewport": false,
"auto_complete_commit_on_tab": false,
"bold_folder_labels": true,
"close_windows_when_empty": true,
"color_scheme": "Packages/Color Scheme - Default/Cobalt.tmTheme",
"copy_with_empty_selection": false,
"default_line_ending": "unix",
"detect_indentation": false,
"detect_slow_plugins": true,
"draw_indent_guides": "stackGuide",
"draw_white_space": "selection",
"enable_tab_scrolling": true,
"ensure_newline_at_eof_on_save": true,
"file_exclude_patterns":
[
".DS_Store",
".tags*",
"*.pyc",
"*.sqlite3",
"*.pyo",
"*.exe",
"*.dll",
"*.obj",
"*.o",
"*.a",
"*.gz",
"*.tar",
"*.lib",
"*.log",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.pdb",
"*.idb",
"*.class",
"*.psd",
"*.db",
"*.pdf",
".tags",
".tags_sorted_by_file",
".gemtags",
".gitignore",
".rspec",
".rvmrc",
".powrc",
".powder",
"*.sublime-project",
"*.sublime-workspace"
],
"find_selected_text": true,
"folder_exclude_patterns":
[
"data",
".zeus.sock",
".git",
".svn",
".hg",
"CVS",
".sass-cache",
".bundle",
"bundle",
".rbx",
"bin",
"script",
"tmp",
"coverage",
"log",
".yardoc"
],
"font_face": "Monaco",
"font_size": 14.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"highlight_search_icon": "bookmark",
"highlight_search_results": true,
"highlight_search_scope": "Constant",
"ignored_packages":
[
"ERB Autocomplete",
"Rails Developer Snippets",
"Ruby on Rails snippets",
"Markdown"
],
"indent_guide_options":
[
"draw_active"
],
"indent_subsequent_lines": true,
"indent_to_bracket": true,
"menu_visible": true,
"rulers":
[
80
],
"save_on_focus_lost": true,
"scroll_past_end": true,
"shift_tab_unindent": true,
"show_full_path": true,
"show_minimap": false,
"soda_classic_tabs": true,
"tab_completion": true,
"tab_size": 2,
"theme": "Soda Dark.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_separators": "./\\()\"':,.;<>~!@#$%^&*|+=[]{}`~?"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment