Skip to content

Instantly share code, notes, and snippets.

@cxfksword
Last active March 9, 2016 02:21
Show Gist options
  • Save cxfksword/d7666efb26cd15e05d13 to your computer and use it in GitHub Desktop.
Save cxfksword/d7666efb26cd15e05d13 to your computer and use it in GitHub Desktop.
sublime text配置
{
"color_scheme": "Packages/User/SublimeLinter/Seti_monokai (SL).tmTheme",
"file_exclude_patterns":
[
"*.pyc",
"*.pyo",
"*.exe",
"*.dll",
"*.obj",
"*.o",
"*.a",
"*.lib",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.pdb",
"*.idb",
".DS_Store",
"*.class",
"*.psd",
"*.db",
".tags",
".tags_sorted_by_file",
"*.log"
],
"font_face": "Yahei Consolas Hybrid",
"font_size": 13,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"rulers":
[
80,
100
],
"soda_classic_tabs": true,
"theme": "Cobalt2.sublime-theme",
"translate_tabs_to_spaces": false,
"trim_trailing_white_space_on_save": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment