sublime 个人设置

{
"auto_complete": false,
"auto_complete_commit_on_tab": false,
"draw_minimap_border": true,
"draw_white_space": "all",
"font_face": "Monaco",
"font_size": 13.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"LiveStyle",
"Vintage"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"tab_size": 2,
"theme": "Spacegray Eighties.sublime-theme",
"color_scheme": "Packages/Theme - Spacegray/base16-eighties.dark.tmTheme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": true
}

  

原文地址:https://www.cnblogs.com/tomtang/p/5154741.html