Skip to content

Instantly share code, notes, and snippets.

@vishalzambre
Created June 15, 2015 07:08
Show Gist options
  • Save vishalzambre/cbdb3ea1af9e11805683 to your computer and use it in GitHub Desktop.
Save vishalzambre/cbdb3ea1af9e11805683 to your computer and use it in GitHub Desktop.
sublime user setting
{
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"draw_white_space": "all",
"enable_tab_scrolling": false,
"font_size": 18,
"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