Skip to content

Instantly share code, notes, and snippets.

@simbo
Created April 8, 2015 11:33
Show Gist options
  • Save simbo/b8b4a03b25681f034598 to your computer and use it in GitHub Desktop.
Save simbo/b8b4a03b25681f034598 to your computer and use it in GitHub Desktop.
Preferences.sublime-settings
{
"always_show_minimap_viewport": true,
"bold_folder_labels": true,
"caret_extra_bottom": 2,
"caret_extra_top": 2,
"caret_extra_width": 1,
"caret_style": "smooth",
"color_scheme": "Packages/Monokai Extended/Monokai Extended.tmTheme",
"font_face": "Menlo",
"font_size": 17,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage",
"Jekyll"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"remember_full_screen": true,
"rulers":
[
80
],
"show_encoding": true,
"show_line_endings": true,
"theme": "Asphalt-blue.sublime-theme",
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment