标签:
import urllib2,os;pf=‘Package Control.sublime-package‘;ipp=sublime.installed_packages_path();os.makedirs(ipp) if not os.path.exists(ipp) else None;open(os.path.join(ipp,pf),‘wb‘).write(urllib2.urlopen(‘http://sublime.wbond.net/‘+pf.replace(‘ ‘,‘%20‘)).read())
点击 Preference -> Settings-User
【增加如下配置信息】:
"tab_size"
: 4,
"translate_tabs_to_spaces"
:
true
标签:
原文地址:http://www.cnblogs.com/cjy1993/p/4188177.html