Python--sublime指定Tab缩进为4个空格及显示制表符和空格

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/weixin_41402059/article/details/81914711

Preferences->Settings-User 增加

"draw_white_space": "all",
 "translate_tabs_to_spaces": true

如下:

{
	"font_size": 16,
	"draw_white_space": "all",
	"translate_tabs_to_spaces": true
}

猜你喜欢

转载自blog.csdn.net/weixin_41402059/article/details/81914711