Skip to content

Instantly share code, notes, and snippets.

@otterthecat
Last active March 9, 2016 01:29
Show Gist options
  • Save otterthecat/9dd0030bb3ddb3e0fc40 to your computer and use it in GitHub Desktop.
Save otterthecat/9dd0030bb3ddb3e0fc40 to your computer and use it in GitHub Desktop.
sublime-user-settings
{
"color_inactive_tabs": true,
"color_scheme": "Packages/Theme - Afterglow/Afterglow-twilight.tmTheme",
"draw_white_space": "all",
"font_face": "DejaVu Sans Mono",
"font_size": 14,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"HTML5",
"Vintage"
],
"line_padding_bottom": 2,
"line_padding_top": 2,
"margin": 2,
"sidebar_row_padding_medium": true,
"tabs_medium": true,
"theme": "Afterglow-blue.sublime-theme",
"word_wrap": true,
"tab_size": 2,
"translate_tabs_to_spaces": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment