Skip to content

Instantly share code, notes, and snippets.

@mpmont
Created January 17, 2012 18:59
Show Gist options
  • Save mpmont/1628151 to your computer and use it in GitHub Desktop.
Save mpmont/1628151 to your computer and use it in GitHub Desktop.
sublimetest 2 settings
{
"theme": "Soda Dark.sublime-theme",
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"draw_white_space": "all",
"font_face": "Monaco",
"font_size": 13.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"match_brackets": true,
"match_brackets_angle": true,
"match_brackets_braces": true,
"match_brackets_content": true,
"match_brackets_square": true,
"rulers":[95],
"tab_size": 3,
"translate_tabs_to_spaces": false,
"trim_trailing_white_space_on_save": 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