Skip to content

Instantly share code, notes, and snippets.

@osa1
Created June 26, 2012 19:37
Show Gist options
  • Save osa1/2998310 to your computer and use it in GitHub Desktop.
Save osa1/2998310 to your computer and use it in GitHub Desktop.
my sublime text 2 settings
{
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"font_face": "Droid Sans Mono",
"font_size": 8,
// "gutter": false,
"highlight_line": true,
"caret_style": "solid",
"trim_trailing_white_space_on_save": true,
"save_on_focus_lost": true,
"highlight_modified_tabs": true,
"overlay_scroll_bars": "enabled",
"ignored_packages":
[
""
],
"line_numbers": false,
"translate_tabs_to_spaces": true,
"vintage_start_in_command_mode": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment