Skip to content

Instantly share code, notes, and snippets.

@diegofelix
Last active August 8, 2016 14:54
Show Gist options
  • Save diegofelix/1ca84e749c807dc0491b to your computer and use it in GitHub Desktop.
Save diegofelix/1ca84e749c807dc0491b to your computer and use it in GitHub Desktop.
My Sublime Preferences
{
"always_show_minimap_viewport": true,
"bold_folder_labels": true,
"caret_extra_width": 2,
"color_scheme": "Packages/Material Theme/schemes/Material-Theme-Darker.tmTheme",
"font_face": "Operator Mono",
"font_options":
[
"gray_antialias",
"subpixel_antialias"
],
"font_size": 17,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_numbers": false,
"line_padding_top": 25,
"margin": 0,
"overlay_scroll_bars": "enabled",
"tab_size": 4,
"theme": "Material-Theme-Darker.sublime-theme",
"translate_tabs_to_spaces": 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