首页 > 其他 > 详细

sublime Text 使用方式

时间:2018-09-02 01:36:01      阅读:210      评论:0      收藏:0      [点我收藏+]

1 解决Tab转换成空格

首先点击Preferences --> Settings

 

技术分享图片

显示对话框,在右侧 Preferences.sublime-settings-User,补充上一段代码:

 // 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

技术分享图片

 

sublime Text 使用方式

原文:https://www.cnblogs.com/gengyi/p/9572104.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!