sublime text基本配置备份:
// Settings in here override those in "Default/Preferences.sublime-settings", // and are overridden in turn by file type specific settings. { "font_face": "Consolas", "font_size": 14, "translate_tabs_to_spaces": true, "draw_minimap_border": true, "always_show_minimap_viewport": true, "highlight_line": true, "draw_white_space": "all", "trim_trailing_white_space_on_save": true, "highlight_modified_tabs": true, }
关于以上各项配置的意义可参考:Sublime Text 2 设置文件详解