Perferences 中选 settings。
上面是配置显示,
下面是配置自动转换。

{
"draw_white_space": "all",
// The number of spaces a tab is considered equal to
"tab_size": 4,
// Set to true to insert spaces when tab is pressed
"translate_tabs_to_spaces": true,
//设置保存时自动转换
"expand_tabs_on_save": true
}
这篇博客主要介绍了编辑器的配置,包括显示空格设置为全部,制表符大小设为4,并启用插入空格代替制表符。此外,还设置了在保存时自动进行扩展制表符转换,确保代码风格的一致性。

550

被折叠的 条评论
为什么被折叠?



