Skip to content

Instantly share code, notes, and snippets.

@blakewatson
Created April 27, 2017 14:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save blakewatson/71ec3939c3102c9ba0470c9f7850aedc to your computer and use it in GitHub Desktop.
Save blakewatson/71ec3939c3102c9ba0470c9f7850aedc to your computer and use it in GitHub Desktop.
My Sublime Text 3 settings
{
"always_show_minimap_viewport": true,
"bold_folder_labels": true,
"caret_extra_bottom": 1,
"caret_extra_top": 0,
"caret_extra_width": 0,
"caret_style": "smooth",
"color_scheme": "Packages/User/blake-eighties.tmTheme",
"enable_tab_scrolling": false,
"font_face": "Operator Mono",
"font_size": 15,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 3,
"line_padding_top": 3,
"scroll_past_end": true,
"show_definitions": false,
"spacegray_tabs_large": true,
"theme": "Spacegray Eighties.sublime-theme",
"word_wrap": "auto"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment