Skip to content

Instantly share code, notes, and snippets.

@franklinjavier
Last active May 25, 2016 19:53
Show Gist options
  • Save franklinjavier/c55d72bb10a0741c50ee to your computer and use it in GitHub Desktop.
Save franklinjavier/c55d72bb10a0741c50ee to your computer and use it in GitHub Desktop.
{
"always_show_minimap_viewport": false,
"bold_folder_labels": false,
"color_scheme": "Packages/Material Theme/schemes/Material-Theme-Darker-OceanicNext.tmTheme",
"ensure_newline_at_eof_on_save": true,
"extra_file_exclude_patterns":
[
"*.pyc",
"*.pyo",
"*.exe",
"*.dll",
"*.obj",
"*.o",
"*.a",
"*.lib",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.png",
"*.pdb",
"*.idb",
".DS_Store",
"*.class",
"*.psd",
"*.db",
"*.sublime-workspace"
],
"extra_folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
"css",
"*coverage*",
"*Scripts*"
],
"file_exclude_patterns":
[
"*.pyc",
"*.png",
"*.ico",
"*.pyo",
"*.exe",
"*.dll",
"*.obj",
"*.o",
"*.a",
"*.lib",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.pdb",
"*.idb",
".DS_Store",
"*.class",
"*.psd",
"*.db",
"*.min.js",
"*.min.css",
"*.css",
"*.sublime-workspace",
".DS_Store",
"npm-debug.log"
],
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
"logs",
"dist",
".tmp",
"node_modules",
"bower_components",
"vendors",
"*Doc*",
"css",
"*coverage*"
],
"font_options":
[
"gray_antialias"
],
"font_size": 13,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"material_theme_accent_indigo": true,
"material_theme_accent_lime": true,
"material_theme_accent_orange": true,
"material_theme_accent_purple": true,
"material_theme_accent_red": true,
"material_theme_accent_yellow": true,
"material_theme_bold_tab": false,
"material_theme_compact_sidebar": true,
"material_theme_contrast_mode": false,
"material_theme_disable_fileicons": false,
"material_theme_disable_folder_animation": false,
"material_theme_disable_tree_indicator": false,
"material_theme_panel_separator": false,
"material_theme_small_statusbar": true,
"material_theme_small_tab": true,
"material_theme_tabs_autowidth": true,
"material_theme_tabs_separator": false,
"overlay_scroll_bars": "enabled"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment