Skip to content

Instantly share code, notes, and snippets.

@gaulatti
Last active August 29, 2015 14:00
Show Gist options
  • Save gaulatti/11262354 to your computer and use it in GitHub Desktop.
Save gaulatti/11262354 to your computer and use it in GitHub Desktop.
Sublime Settings
{
"always_show_minimap_viewport": true,
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme",
"file_exclude_patterns": [],
"folder_exclude_patterns": [],
"font_face": "Ubuntu mono",
"font_options": ["gray_antialias"],
"font_size": 10,
"highlight_line": true,
"highlight_modified_tabs": true,
"indent_guide_options": [ "draw_normal", "draw_active" ],
"ignored_packages": ["Vintage"],
"line_padding_bottom": 3,
"line_padding_top": 3,
"overlay_scroll_bars": "enabled",
"rulers": [120, 160 ],
"theme": "Material-Theme.sublime-theme",
"translate_tabs_to_spaces": true,
"wide_caret": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment