Skip to content

Instantly share code, notes, and snippets.

@madhums
Created April 16, 2012 23:36
Show Gist options
  • Save madhums/2402331 to your computer and use it in GitHub Desktop.
Save madhums/2402331 to your computer and use it in GitHub Desktop.
my sublime text settings!
{
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"draw_minimap_border": true,
"find_selected_text": true,
"font_face": "Bitstream Vera Sans Mono",
"font_options":
[
"subpixel_antialias",
"bold"
],
"font_size": 11,
"highlight_line": true,
"shift_tab_unindent": true,
"tab_size": 2,
"theme": "Soda Light.sublime-theme",
"translate_tabs_to_spaces": true,
"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