Skip to content

Instantly share code, notes, and snippets.

@umar-webonise
Created September 19, 2015 05:25
Show Gist options
  • Save umar-webonise/2deec22b048e6fa02925 to your computer and use it in GitHub Desktop.
Save umar-webonise/2deec22b048e6fa02925 to your computer and use it in GitHub Desktop.
Sublime text settings
{
"theme": "El Capitan.sublime-theme",
"el_capitan_font_default": false,
"el_capitan_font_san_francisco": false,
"el_capitan_font_helvetica_neue": false,
"el_capitan_font_helvetica": false,
"el_capitan_sidebar_blue_folders": false,
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"draw_white_space": "all",
"font_size": 12,
"ignored_packages":
[
"Vintage"
],
"margin": 2,
"rulers":
[
80,
150
],
"save_on_focus_lost": true,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment