http://www.cnblogs.com/Leo-Forest/archive/2012/04/06/2435237.html
http://linux-wiki.cn/wiki/zh-hans/Vim%E4%BB%A3%E7%A0%81%E7%BC%A9%E8%BF%9B%E8%AE%BE%E7%BD%AE
set sw=4 set ts=4 filetype indent on autocmd FileType python setlocal et sta sw=4 sts=4
shiftwidth与tabstop区别
shiftwidth这个是用于程序中自动缩进所使用的空白长度指示的。
tabstop定义tab所等同的空格长度。
时间: 2024-11-06 07:46:31