Skip to content

Instantly share code, notes, and snippets.

@RebeccaWhit3
Created March 16, 2017 20:14
Show Gist options
  • Save RebeccaWhit3/9aad4f0f2f8a90e1e633cd6d691f5c50 to your computer and use it in GitHub Desktop.
Save RebeccaWhit3/9aad4f0f2f8a90e1e633cd6d691f5c50 to your computer and use it in GitHub Desktop.
Sublime Text 3 - User Preferences
{
"added_words":
[
"resampling",
"fx",
"vst",
"Polyplex",
"C1",
"C2",
"Synergizes",
"hh",
"plugins",
"Hotkeys",
"hotkeys"
],
"always_show_minimap_viewport": false,
"auto_complete": true,
"auto_complete_commit_on_tab": true,
"auto_complete_delay": 0.1,
"auto_complete_with_fields": true,
"binary_file_patterns":
[
"*.jpg",
"*.jpeg",
"*.png",
"*.gif",
"*.ttf",
"*.tga",
"*.dds",
"*.ico",
"*.eot",
"*.pdf",
"*.swf",
"*.jar",
"*.msi",
"*.dll",
"*.dll",
"*.rar",
"*.7z"
],
"bold_folder_labels": false,
"caret_extra_bottom": 3,
"caret_extra_top": 3,
"caret_extra_width": 2,
"caret_style": "blink",
"color_scheme": "Packages/Colorcoder/Flatgrammer (Colorcoded).tmTheme",
"color_scheme_": "Packages/Colorcoder/Easyballs (Colorcoded).tmTheme",
"color_scheme__1": "Packages/User/Color Highlighter/themes/Easyballs.tmTheme",
"color_scheme_current": "Packages/Colorcoder/Easyballs (Colorcoded).tmTheme",
"color_scheme_current_1": "Packages/User/Color Highlighter/themes/Easyballs.tmTheme",
"copy_with_empty_selection": false,
"default_path": "M:/Notes",
"default_root": "M:/Notes",
"draw_centered": false,
"draw_minimap_border": true,
"enable_tab_scrolling": true,
"enki_theme_accent_cyan": true,
"enki_theme_compact_sidebar": true,
"enki_theme_panel_separator": true,
"enki_theme_small_statusbar": true,
"enki_theme_small_tab": true,
"enki_theme_tabs_autowidth": true,
"enki_theme_tree_headings": false,
"ensure_newline_at_eof_on_save": false,
"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",
"cache",
"backup",
"CVS"
],
"font_face": "ProggyOptiSmallBP",
"font_face___": "Consolas",
"font_face____": "Terminal",
"font_face_____": "SourceCodePro-Light",
"font_options":
[
],
"font_size": 20,
"font_size_default": 12,
"highlight_line": true,
"highlight_modified_tabs": true,
"hot_exit": true,
"ignored_packages":
[
"ColorHelper",
"CSS Comments",
"CSS Extended Completions",
"Duplicate Lines",
"DuplicateSelections",
"EasyDiff",
"FullScreenStatus",
"Highlighter",
"InsertDate",
"jQuery",
"jQuery Snippets ",
"jQueryDocs",
"Jump Along Indent",
"Markdown",
"MarkdownTOC",
"tabr",
"TabsExtra",
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"indent_to_bracket": true,
"instagoogling_is_open": true,
"line_padding_bottom": 1,
"line_padding_top": 1,
"match_brackets_angle": true,
"material_theme_tree_headings": true,
"original_color_scheme": "Packages/Colorsublime - Themes/cache/Colorsublime-Themes-master/themes/Flatgrammer.tmTheme",
"overlay_scroll_bars": "enabled",
"remember_open_files": true,
"show_encoding": true,
"show_line_endings": true,
"theme": "Default.sublime-theme",
"update_check": false,
"word_wrap": "true",
"wrap_width": 80
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment