sublime text配置

使用的sublime text一些配置信息

  • 设置字体大小13
  • 显示空格字符
  • tab默认4个空格
  • 默认unix风格换行
  • 设置dpi scale用于正确显示中文字符
{
    "font_size": 13,
    "draw_white_space": "all",
    "tab_size": 4, 
    "translate_tabs_to_spaces": true,
    "ignored_packages":
    [
        "Vintage",
    ],
    "expand_tabs_on_save": true,
    "default_line_ending": "unix",
    "dpi_scale": 1.0,
    "font_options": ["gdi"],
}
上一篇:【Linux学习教程】1.2 Linux是什么,有哪些特点?


下一篇:Go语言历史背景及语言特性