Skip to content

Instantly share code, notes, and snippets.

@bbrown
Created August 5, 2021 16:57
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 bbrown/9f5c562f3256048fbd12a2e86df66748 to your computer and use it in GitHub Desktop.
Save bbrown/9f5c562f3256048fbd12a2e86df66748 to your computer and use it in GitHub Desktop.
Current Sublime Text 3 settings
{
"auto_complete_triggers":
[
{
"characters": "<",
"selector": "text.html",
},
{
"characters": ".",
"selector": "source.js",
}
],
"bold_folder_labels": true,
"color_scheme": "Packages/MonokaiFree/MonokaiFree.tmTheme",
"detect_slow_plugins": true,
"disable_default_js_completions": true,
"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",
"node_modules",
"bower_components",
"deploy",
"logs"
],
"font_face": "Hack Regular",
"font_size": 12,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Markdown",
"MarkdownEditing",
"Sublimerge Pro",
"Vintage",
],
"open_files_in_new_window": false,
"origami_auto_close_empty_panes": true,
"show_definitions": true,
"tab_size": 3,
"tern_argument_hints": false,
"tern_arguments":
[
"--no-port-file"
],
"tern_command":
[
"/opt/boxen/nodenv/shims/node",
"/Users/bbrown/Library/Application Support/Sublime Text 3/Packages/tern_for_sublime/node_modules/tern/bin/tern"
],
"theme": "Adaptive.sublime-theme",
"translate_spaces_to_tabs": true,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment