Skip to content

Instantly share code, notes, and snippets.

@mrsteveheyes
Last active April 18, 2018 08:39
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 mrsteveheyes/6359c1b12e614dd03bd131483783914b to your computer and use it in GitHub Desktop.
Save mrsteveheyes/6359c1b12e614dd03bd131483783914b to your computer and use it in GitHub Desktop.
Sublime settings
{
"auto_complete": true,
"auto_complete_commit_on_tab": true,
"binary_file_patterns":
[
"generated/*",
"*.tbz2",
"*.gzip",
"*.jpg",
"*.jpeg",
"*.png",
"*.gif",
"*.ttf",
"*.tga",
"*.dds",
"*.ico",
"*.eot",
"*.pdf",
"*.swf",
"*.jar",
"*.zip"
],
"bold_folder_labels": true,
"caret_style": "phase",
"close_windows_when_empty": true,
"color_scheme": "Packages/User/SublimeLinter/base16-ocean.dark (SL).tmTheme",
"copy_with_empty_selection": true,
"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",
".DS_Store",
"*.class",
"*.psd",
"*.db",
"*.sublime-workspace"
],
"folder_exclude_patterns":
[
"node_modules",
".svn",
".git",
".hg",
"CVS",
".data",
".vscode",
".vagrant"
],
"font_face": "Inconsolata",
"font_size": 17,
"hot_exit": false,
"ignored_packages":
[
"Phpcs",
"Vintage",
"Xdebug Client"
],
"index_files": true,
"line_padding_bottom": 7,
"line_padding_top": 7,
"material_theme_appbar_indigo": true,
"material_theme_tree_headings": true,
"open_files_in_new_window": false,
"rulers":
[
79
],
"side_bar_medium": true,
"spacegray_fileicons": true,
"spacegray_sidebar_tree_large": true,
"spacegray_tabs_font_large": true,
"spacegray_tabs_xlarge": true,
"tab_size": 2,
"theme": "Spacegray.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment