Skip to content

Instantly share code, notes, and snippets.

@hizhengfu
Last active December 28, 2015 17:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hizhengfu/7538585 to your computer and use it in GitHub Desktop.
Save hizhengfu/7538585 to your computer and use it in GitHub Desktop.
sublime 配置文件
{
"font_face": "Monaco",
"font_size": 13,
"highlight_line": true,
"highlight_modified_tabs": true,
"scroll_past_end": false,
"show_encoding": true,
"show_line_endings settings": true,
"tab_size": 4,
//"theme": "Soda Dark 3.sublime-theme",
"theme": "Spacegray.sublime-theme",
"color_scheme": "Packages/Theme - Spacegray/base16-ocean.dark.tmTheme",
"translate_tabs_to_spaces": true,
"word_wrap": false
}
@hizhengfu
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment