Sublime
安装插件
在编辑器底部显示编码设置
// Display file encoding in the status bar
"show_encoding": true,
// Display line endings in the status bar
"show_line_endings": true,
自定义格式化代码快捷键

参考文档
Last updated
// Display file encoding in the status bar
"show_encoding": true,
// Display line endings in the status bar
"show_line_endings": true,

Last updated
[
{ "keys": ["ctrl+alt+l"], "command": "reindent" }
]