Skip to content

Instantly share code, notes, and snippets.

@boye
Created August 7, 2015 13:28
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 boye/a9a90e2ec87d199f4ba1 to your computer and use it in GitHub Desktop.
Save boye/a9a90e2ec87d199f4ba1 to your computer and use it in GitHub Desktop.
My personal Sublime settings
{
"always_show_minimap_viewport": true,
"auto_complete_triggers":
[
{
"characters": "<",
"selector": "text.html"
},
{
"characters": ".",
"selector": "source.js"
}
],
"binary_file_patterns":
[
"*.jpg",
"*.jpeg",
"*.png",
"*.gif",
"*.ttf",
"*.tga",
"*.dds",
"*.ico",
"*.eot",
"*.pdf",
"*.swf",
"*.jar",
"*.zip",
"*.map",
"*.svg",
"*.min.js",
"*.min.css",
"*.codekit",
"styles.css"
],
"bold_folder_labels": true,
"color_scheme": "Packages/User/SublimeLinter/base16-ocean.dark (SL).tmTheme",
"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",
"._*"
],
"find_selected_text": true,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
"node_modules",
".cache",
"cache",
"files"
],
"font_size": 14,
"hot_exit": false,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 1,
"line_padding_top": 0,
"match_brackets_angle": true,
"open_files_in_new_window": false,
"remember_open_files": false,
"scroll_past_end": false,
"show_encoding": true,
"show_full_path": true,
"show_line_endings": true,
"spacegray_sidebar_font_large": true,
"spacegray_tabs_font_large": true,
"tern_argument_hints": true,
"tern_argument_hints_type": "tooltip",
"theme": "Spacegray.sublime-theme",
"trim_trailing_white_space_on_save": true,
"word_separators": "./\\()\"'-:,.;<>~!@#%^&*|+=[]{}`~?",
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment