Skip to content

Instantly share code, notes, and snippets.

@IanLee1521
Last active August 29, 2015 14:16
Show Gist options
  • Save IanLee1521/d9980589a17768a820e7 to your computer and use it in GitHub Desktop.
Save IanLee1521/d9980589a17768a820e7 to your computer and use it in GitHub Desktop.
User Preferences for Sublime Text 3
{
"auto_complete_commit_on_tab": true,
"auto_complete_delay": 500,
"color_scheme": "Packages/User/Monokai (SL).tmTheme",
"ensure_newline_at_eof_on_save": true,
"file_exclude_patterns":
[
"*.pyc",
"*.pyo",
"pylint_*.txt",
"*.exe",
"*.dll",
"*.obj",
"*.o",
"*.a",
"*.lib",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.pdb",
"*.idb",
".DS_Store",
"*.class",
"*.psd",
"*.db",
"*.sqlite3",
"*.sublime-workspace",
".nfs*",
"*.rpm",
"*.swn",
"*.swo",
"*.swp",
"*.tar",
"*.tar.gz",
"*.zip"
],
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"build",
"_build",
"CVS",
"dist",
"*.egg-info",
".tox",
"rpm"
],
"font_options":
[
"subpixel_antialias"
],
"font_size": 10,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Alignment",
"CMake",
"DocBlockr",
"HTML5",
"INI",
"jQuery",
"Puppet",
"RPM Spec Syntax",
"SideBarEnhancements",
"SublimeCodeIntel",
"Tcsh and Csh Mode",
"TrailingSpaces",
"Vintage",
"WakaTime",
"WordCount"
],
"rulers":
[
79
],
"tab_completion": false,
"tab_size": 4,
"theme": "Soda Dark 3.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