Skip to content

Instantly share code, notes, and snippets.

@robvolk
Last active September 2, 2015 21:07
Show Gist options
  • Select an option

  • Save robvolk/9076724 to your computer and use it in GitHub Desktop.

Select an option

Save robvolk/9076724 to your computer and use it in GitHub Desktop.
Sublime Text Developer Settings
{
"caret_extra_width": 1,
"caret_style": "phase",
"color_scheme": "Packages/Color Scheme - Default/SpaceCadet.tmTheme",
"ensure_newline_at_eof_on_save": true,
"fade_fold_buttons": false,
"font_size": 15,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 2,
"line_padding_top": 1,
"show_minimap": true,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true
}
@robvolk
Copy link
Author

robvolk commented Sep 2, 2015

Added line height to make my code blocks more readable. woot woot!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment