Skip to content

Instantly share code, notes, and snippets.

@andrewelkins
Last active October 6, 2015 20:05
Show Gist options
  • Save andrewelkins/eccab2101481623d2386 to your computer and use it in GitHub Desktop.
Save andrewelkins/eccab2101481623d2386 to your computer and use it in GitHub Desktop.
Sublime User Settings
{
"bold_folder_labels": true,
"caret_extra_bottom": 2,
"caret_extra_top": 2,
"caret_extra_width": 4,
"caret_style": "solid",
"theme": "Material-Theme.sublime-theme",
"color_scheme": "Packages/Facebook Material Theme/schemes/Material-Theme.tmTheme",
"font_size": 12,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"CSS",
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_numbers": false,
"line_padding_bottom": 3,
"line_padding_top": 3,
"margin": 0,
"match_brackets": true,
"match_brackets_angle": true,
"match_brackets_braces": true,
"match_brackets_content": true,
"match_brackets_square": true,
"overlay_scroll_bars": "enabled",
"wide_caret": true,
"font_face": "fira_code"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment