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 设置文件详解

相关文章:

  • 2021-12-22
  • 2021-11-22
  • 2021-04-30
  • 2022-02-28
  • 2021-10-12
  • 2021-12-25
  • 2022-01-18
猜你喜欢
  • 2022-12-23
  • 2021-08-15
  • 2022-12-23
  • 2022-12-23
  • 2021-12-02
  • 2021-07-31
相关资源
相似解决方案