【发布时间】:2016-09-19 03:06:06
【问题描述】:
我在 Unix 上有以下设置:
au BufNewFile,BufRead *.py
\ set tabstop=4
\ set softtabstop=4
\ set shiftwidth=4
\ set textwidth=79
\ set expandtab
\ set autoindent
\ set fileformat=unix
au BufNewFile,BufRead *.js, *.html, *.css
\ set tabstop=2
\ set softtabstop=2
\ set shiftwidth=2
但我没能在 Windows 7 上使用它。谁能告诉我如何让它工作?
【问题讨论】: