Skip to content

Instantly share code, notes, and snippets.

@wangzuo
Last active December 18, 2015 14:19
Show Gist options
  • Save wangzuo/5796821 to your computer and use it in GitHub Desktop.
Save wangzuo/5796821 to your computer and use it in GitHub Desktop.
sublime text 2 configuration
{
"color_scheme": "Packages/Color Scheme - Default/Solarized (Light).tmTheme",
"font_size": 12.0,
"font_face": "monaco",
"word_wrap": true,
"wrap_width": 80,
"line_padding_bottom": 1,
"line_padding_top": 1,
"highlight_modified_tabs": true,
"highlight_line": true,
"auto_complete_commit_on_tab": true,
"ignored_packages":
[
"Vintage"
],
"tab_size": 2,
"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