Skip to content

Instantly share code, notes, and snippets.

@dan-gamble
Created November 12, 2014 15:08
Show Gist options
  • Save dan-gamble/7dbf4fb52dc3ed2bc9c9 to your computer and use it in GitHub Desktop.
Save dan-gamble/7dbf4fb52dc3ed2bc9c9 to your computer and use it in GitHub Desktop.
{
"caret_extra_width": 1,
"caret_style": "phase",
"close_windows_when_empty": false,
"color_scheme": "Packages/User/Peacock (SL).tmTheme",
"copy_with_empty_selection": false,
"drag_text": false,
"draw_minimap_border": true,
"enable_tab_scrolling": false,
"ensure_newline_at_eof_on_save": true,
"file_exclude_patterns":
[
"*.pyc",
".sublime-project",
"__init__.py",
"*.pyo",
"*.exe",
"*.dll",
"*.obj",
"*.o",
"*.a",
"*.lib",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.pdb",
"*.idb",
".DS_Store",
"*.class",
"*.psd",
"*.db"
],
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
".sass-cache",
".idea"
],
"font_face": "Source Code Pro for Powerline",
"font_options":
[
"no_round"
],
"font_size": 14,
"highlight_line": true,
"hot_exit": false,
"ignored_packages":
[
"SublimeCodeIntel",
"Matlab",
"Go",
"Batch File",
"ActionScript",
"OCaml",
"AppleScript",
"TCL",
"Pascal",
"C++",
"D",
"Erlang",
"Clojure",
"ASP",
"GitGutter",
"LaTeX",
"R",
"RestructuredText",
"C#",
"Scala",
"Textile",
"Lisp",
"Java",
"Graphviz",
"Groovy",
"Perl",
"BracketHighlighter",
"2pdf",
"Objective-C",
"Haskell",
"Vintage"
],
"indent_guide_options":
[
"draw_active",
"draw_normal"
],
"itg_sidebar_tree_medium": true,
"itg_small_tabs": true,
"line_padding_bottom": 3,
"line_padding_top": 3,
"match_brackets_content": false,
"match_selection": false,
"match_tags": false,
"open_files_in_new_window": false,
"overlay_scroll_bars": "enabled",
"preview_on_click": false,
"rulers":
[
79
],
"save_on_focus_lost": true,
"scroll_past_end": true,
"scroll_speed": 5.0,
"show_full_path": false,
"sidebar_default": true,
"tab_size": 4,
"tabs_small": true,
"theme": "itg.flat.dark.sublime-theme",
"translate_tabs_to_spaces": 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