Skip to content

Instantly share code, notes, and snippets.

@dubs3c
Created May 19, 2015 08:18
Show Gist options
  • Save dubs3c/2f60f4044c993c7a5ff2 to your computer and use it in GitHub Desktop.
Save dubs3c/2f60f4044c993c7a5ff2 to your computer and use it in GitHub Desktop.
User settings for sublime text 3
{
"bold_folder_labels": true,
"color_scheme": "Packages/Theme - Afterglow/Afterglow-monokai.tmTheme",
"font_face": "Source Code Pro",
"font_size": 12,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"status_bar_brighter": true,
"tab_size": 4,
"tabs_medium": true,
"tabs_padding_small": true,
"theme": "Afterglow-magenta.sublime-theme",
"translate_tabs_to_spaces": true,
"word_wrap": "true"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment