Skip to content

Instantly share code, notes, and snippets.

@emamd
Last active April 9, 2016 19:37
Show Gist options
  • Save emamd/93062ac4fcfb9b686a7c to your computer and use it in GitHub Desktop.
Save emamd/93062ac4fcfb9b686a7c to your computer and use it in GitHub Desktop.
Sublime Settings
{
"color_inactive_tabs": true,
"color_scheme": "Packages/Theme - Afterglow/Afterglow.tmTheme",
"font_size": 10,
"ignored_packages":
[
"Vintage"
],
"tab_size": 4,
"tabs_medium": true,
"tabs_padding_medium": true,
"theme": "Afterglow-blue.sublime-theme",
"translate_tabs_to_spaces": true,
"bold_folder_labels": true,
"indent_to_bracket": true,
"rulers": [79],
"trim_trailing_white_space_on_save": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment