Skip to content

Instantly share code, notes, and snippets.

@uxweb
Created November 30, 2016 00:00
Show Gist options
  • Save uxweb/9159b4faf9bb5416400904ecb3b96bec to your computer and use it in GitHub Desktop.
Save uxweb/9159b4faf9bb5416400904ecb3b96bec to your computer and use it in GitHub Desktop.
My Sublime Text User Settings
{
"always_show_minimap_viewport": true,
"bold_folder_labels": true,
"caret_extra_bottom": 2,
"caret_extra_top": 2,
"caret_extra_width": 0,
"caret_style": "phase",
"color_scheme": "Packages/Theme - Cobalt2/cobalt2.tmTheme",
"draw_white_space": "all",
"font_face": "Operator Mono",
"font_options":
[
"subpixel_antialias"
],
"font_size": 14,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"BracketHighlighter",
"Markdown",
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_numbers": true,
"line_padding_bottom": 10,
"line_padding_top": 10,
"margin": 0,
"material_theme_accent_cyan": true,
"material_theme_compact_panel": true,
"material_theme_compact_sidebar": true,
"material_theme_small_statusbar": true,
"overlay_scroll_bars": "enabled",
"phpunit-sublime-terminal": "iTerm",
"save_on_focus_lost": true,
"show_panel_on_build": false,
"sidebar_font_small": true,
"theme": "Material-Theme.sublime-theme",
"translate_tabs_to_spaces": true,
"use_simple_full_screen": true,
"wide_caret": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment