Skip to content

Instantly share code, notes, and snippets.

@mikermcneil
Created December 11, 2017 08:43
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 mikermcneil/751b35568397a686c7b801083b371c6e to your computer and use it in GitHub Desktop.
Save mikermcneil/751b35568397a686c7b801083b371c6e to your computer and use it in GitHub Desktop.
My settings for Sublime 3 (press CMD+, to get here)
{
"binary_file_patterns":
[
"*.jpg",
"*.jpeg",
"*.png",
"*.gif",
"*.ttf",
"*.tga",
"*.dds",
"*.ico",
"*.eot",
"*.pdf",
"*.swf",
"*.jar",
"*.zip"
],
"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",
"package-lock.json",
".travis.yml",
"appveyor.yml",
".editorconfig",
".npmignore",
".jshintrc",
".gitignore",
".eslintignore",
"Gruntfile.js",
"Procfile",
".htmlhintrc",
"app.js",
".eslintrc"
],
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
"node_modules",
".tmp"
],
"font_size": 18,
"ignored_packages":
[
"Vintage"
],
"rulers":
[
80,
120
],
"tab_size": 2,
"translate_tabs_to_spaces": true,
"word_wrap": false,
"wrap_width": 120
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment