Skip to content

Instantly share code, notes, and snippets.

@Committing
Last active August 2, 2022 11:54
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Committing/583a151ee7e013a9a7e242a384e5c4a1 to your computer and use it in GitHub Desktop.
Save Committing/583a151ee7e013a9a7e242a384e5c4a1 to your computer and use it in GitHub Desktop.
My Sublime User Settings
{
"auto_close_tags": false,
"auto_complete": false,
"disable_completions": true,
"scroll_past_end": true,
"tab_completion": false,
"word_separators": "./\\()\"'-:,.;<>~!@%^&*|+=[]{}`~?",
"tab_size": 4,
"translate_tabs_to_spaces": true
"update_check": false,
"auto_complete_commit_on_tab": true,
"bold_folder_labels": true,
"caret_style": "phase",
"detect_indentation": false,
"file_exclude_patterns":
[
"*.pyc",
"*.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",
"node_modules"
],
"font_size": 11.0,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment