编程技术下面由
sublime教程栏目给大家介绍Sublime text3修改tab键为缩进为四个空格的方法,希望对需要的朋友有所帮助!

Sublime text3修改tab键为缩进为四个空格的方法_编程技术_亿码酷站插图

1. 菜单栏里点击 Preferences-> Setting, 如图

Sublime text3修改tab键为缩进为四个空格的方法_编程技术_亿码酷站插图1

2. 在弹出来的Preferences.sublime-settings-User里,添加如下三行:

1     // The number of spaces a tab is considered equal to2     "tab_size": 4,3     // Set to true to insert spaces when tab is pressed4     "translate_tabs_to_spaces": true,5     //设置保存时自动转换6     "expand_tabs_on_save": true

如下图所示,保存退出即可。

Sublime text3修改tab键为缩进为四个空格的方法_编程技术_亿码酷站插图2

Sublime text3修改tab键为缩进为四个空格的方法
—–文章转载自PHP中文网如有侵权请联系admin#tyuanma.cn删除

php如何在不同页面之间传值

云服务器推荐