Skip to content

Instantly share code, notes, and snippets.

@namnm
Last active May 6, 2019 10:53
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 namnm/c623fc5f13c654cbe1f93813487143cc to your computer and use it in GitHub Desktop.
Save namnm/c623fc5f13c654cbe1f93813487143cc to your computer and use it in GitHub Desktop.
Config for Sublime
{
"binary_file_patterns":
[
"*.doc",
"*.docx",
"*.eot",
"*.gif",
"*.gzip",
"*.ico",
"*.jar",
"*.jpeg",
"*.jpg",
"*.pdf",
"*.png",
"*.swf",
"*.ttf",
"*.woff",
"*.woff2",
"*.zip"
],
"color_scheme": "Packages/Babel/Next.tmTheme",
"detect_indentation": false,
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"file_exclude_patterns":
[
"*.pyc",
"*.pyo",
"*.exe",
"*.dll",
"*.obj",
"*.o",
"*.a",
"*.lib",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.pdb",
"*.idb",
"*.class",
"*.psd",
"*.db",
"*.sublime-workspace",
"*.sublime-project",
".DS_Store",
"*.min.js",
"*.jsbundle",
"*.jsbundle.meta",
"*.android.bundle",
"yarn.lock",
"package-lock.json"
],
"folder_exclude_patterns":
[
".cache",
".git",
".hg",
".sass-cache",
".svn",
"bower_components",
"build",
"CSV",
"dist",
"node_modules",
"vendor"
],
"font_size": 16,
"ignored_packages":
[
"Vintage"
],
"indent_to_bracket": true,
"line_padding_bottom": 5,
"line_padding_top": 5,
"show_definitions": false,
"spell_check": true,
"spelling_selector": "source comment - source comment.block.preprocessor",
"tab_size": 2,
"theme": "Default.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment