Skip to content

Instantly share code, notes, and snippets.

@djspiewak
Created January 29, 2019 18:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save djspiewak/0605a65c714bf6cd70cb551750686128 to your computer and use it in GitHub Desktop.
Save djspiewak/0605a65c714bf6cd70cb551750686128 to your computer and use it in GitHub Desktop.
{
"added_words":
[
"memoized",
"Effectful",
"refactor",
"subqueries",
"backends",
"metadata",
"offline"
],
"always_show_minimap_viewport": true,
"atomic_save": true,
"auto_complete": false,
"auto_find_in_selection": true,
"binary_file_patterns":
[
"target/"
],
"caret_extra_bottom": 1,
"caret_extra_top": 1,
"color_scheme": "Packages/Material Color Scheme/sublime/material-dark.tmTheme",
"drag_text": false,
"draw_minimap_border": false,
"ensure_newline_at_eof_on_save": true,
"extra_file_exclude_patterns":
[
"*.pyc",
"*.pyo",
"*.exe",
"*.dll",
"*.obj",
"*.o",
"*.a",
"*.lib",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.pdb",
"*.idb",
".DS_Store",
"*.class",
"*.psd",
"*.db",
"*.sublime-workspace"
],
"extra_folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS"
],
"file_exclude_patterns":
[
"*.pyc",
"*.pyo",
"*.exe",
"*.dll",
"*.obj",
"*.o",
"*.a",
"*.lib",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.pdb",
"*.idb",
".DS_Store",
"*.class",
"*.psd",
"*.db",
"*.sublime-workspace"
],
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS"
],
"font_face": "Fira Code",
"font_size": 12,
"highlight_line": true,
"highlight_modified_tabs": true,
"hot_exit": true,
"ignored_packages":
[
"GitGutter",
"HOCON Syntax Highlighting",
"Markdown",
"Vintage"
],
"index_exclude_patterns":
[
"*.log"
],
"origami_auto_close_empty_panes": true,
"preview_on_click": false,
"remember_full_screen": true,
"rulers":
[
100
],
"scroll_past_end": true,
"show_definitions": false,
"show_navigation_bar": false,
"show_tab_close_buttons": false,
"tab_completion": false,
"tab_size": 2,
"theme": "Adaptive.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