美文网首页
sublime text之如何显示当前文件的编码

sublime text之如何显示当前文件的编码

作者: iszengmh | 来源:发表于2018-05-23 11:57 被阅读3899次

参考链接

Sublime Text 如何查看当前文件的编码格式?——知乎@雷明

正文

   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的。

相关文章

网友评论

      本文标题:sublime text之如何显示当前文件的编码

      本文链接:https://www.haomeiwen.com/subject/qyhrjftx.html