Skip to content

Instantly share code, notes, and snippets.

@tommymarshall
Created November 9, 2015 14:54
Show Gist options
  • Select an option

  • Save tommymarshall/624428237f6183808693 to your computer and use it in GitHub Desktop.

Select an option

Save tommymarshall/624428237f6183808693 to your computer and use it in GitHub Desktop.
My settings
{
"always_show_minimap_viewport": true,
"bold_folder_labels": true,
"caret_extra_width": 2,
"caret_style": "wide",
"close_windows_when_empty": true,
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme",
"detect_indentation": true,
"draw_centered": true,
"draw_white_space": "all",
"folder_exclude_patterns":
[
"tmp/cache/assets/development",
"log/*.log",
"dest",
"craft/storage",
"build",
"node_modules",
".sass-cache",
"storage/framework",
".git"
],
"font_face": "Menlo",
"font_options":
[
"subpixel_antialias"
],
"font_size": 18.0,
"highlight_line": true,
"ignored_packages":
[
"C++",
"PHP-Twig",
"Theme - El Capitan",
"Trimmer",
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 9,
"line_padding_top": 9,
"match_brackets_angle": true,
"material_theme_accent_yellow": true,
"material_theme_small_statusbar": true,
"overlay_scroll_bars": "enabled",
"rulers":
[
100
],
"save_on_focus_lost": true,
"scroll_past_end": true,
"shift_tab_unindent": true,
"show_full_path": true,
"theme": "Material-Theme.sublime-theme",
"trim_trailing_white_space_on_save": true,
"use_simple_full_screen": true,
"use_tab_stops": true,
"word_wrap": true,
"wrap_width": 100
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment