Skip to content

Instantly share code, notes, and snippets.

@CristianLlanos
Created October 13, 2015 14:51
Show Gist options
  • Save CristianLlanos/d71d125b56880b625fd1 to your computer and use it in GitHub Desktop.
Save CristianLlanos/d71d125b56880b625fd1 to your computer and use it in GitHub Desktop.
My sublime settings
{
"always_show_minimap_viewport": true,
"bold_folder_labels": true,
"caret_extra_bottom": 1,
"caret_extra_top": 1,
"caret_extra_width": 1,
"color_scheme": "Packages/Colorsublime - Themes/peacocks-in-space.tmTheme",
"font_size": 10.5,
"highlight_line": false,
"ignored_packages":
[
],
"line_numbers": false,
"line_padding_bottom": 5,
"line_padding_top": 5,
"overlay_scroll_bars": "enabled",
"show_encoding": true,
"vintage_start_in_command_mode": true,
"theme": "Material-Theme.sublime-theme",
"rulers": [ 120 ]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment