Sublime Text: 缩进设置

   将tab键替换为4个空格。Sublime Text -> Preferences -> Settings - User中添加:

	"tab_size": 4,
	"translate_tabs_to_spaces": true

详细解释参考:
http://feliving.github.io/Sublime-Text-3-Documentation/indentation.html

posted on 2016-10-21 11:11  ZhYQ_note  阅读(307)  评论(0)    收藏  举报

导航