Skip to content

Instantly share code, notes, and snippets.

@jacine
Created January 27, 2016 19:29
Show Gist options
  • Save jacine/5da0913a73c2bf6a86d9 to your computer and use it in GitHub Desktop.
Save jacine/5da0913a73c2bf6a86d9 to your computer and use it in GitHub Desktop.
{
"bold_folder_labels": true,
"color_scheme": "Packages/Material Theme/schemes/Material-Theme-Darker.tmTheme",
"default_encoding": "UTF-8",
"default_line_ending": "unix",
"detect_indentation": true,
"ensure_newline_at_eof_on_save": true,
"fallback_encoding": "Western (Windows 1252)",
"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",
"*.map",
"*.sketch"
],
"folder_exclude_patterns":
[
".svn",
".hg",
"*.map",
"CVS"
],
"font_face": "Monaco",
"font_size": 12,
"highlight_line": true,
"ignored_packages":
[
"Twig",
"Vintage"
],
"ignored_words":
[
"“commercial"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"indent_to_bracket": false,
"line_numbers": true,
"line_padding_bottom": 3,
"line_padding_top": 3,
"margin": 0,
"material_theme_tree_headings": true,
"move_to_limit_on_up_down": false,
"overlay_scroll_bars": "enabled",
"preview_on_click": true,
"rulers":
[
80
],
"scroll_past_end": false,
"shift_tab_unindent": true,
"show_full_path": true,
"show_panel_on_build": true,
"show_tab_close_buttons": true,
"spell_check": true,
"tab_size": 2,
"theme": "Material-Theme-Darker.sublime-theme",
"translate_tabs_to_spaces": true,
"tree_animation_enabled": true,
"trim_automatic_white_space": 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