zhq--blog

Sublime Text的默认设置是不开启显示编码的,如果想开启,可通过菜单Perference → Settings – User,在打开的配置文件里 ,在大括号后面,增加以下内容:
// Display file encoding in the status bar
"show_encoding": true,

// Display line endings in the status bar
"show_line_endings": true,

此时保存该配置文件,就能够看到sublime最底下一行会显示文件编码格式了。
以上的配置内容在Perference → Setting─Default都是false的。

分类:

技术点:

相关文章:

  • 2021-08-08
  • 2021-12-08
  • 2021-12-03
  • 2021-10-11
  • 2021-10-31
  • 2022-12-23
  • 2021-04-05
  • 2021-11-12
猜你喜欢
  • 2021-11-06
  • 2021-12-10
  • 2021-12-20
  • 2021-08-25
  • 2021-12-10
  • 2021-12-20
  • 2021-08-26
相关资源
相似解决方案