spf13 の vim ディストリビューションhttps://github.com/spf13/spf13-vimを使用しています。.js
ファイルに 4 つのスペースではなく 2 つのスペースを使用しようとしてきたため、.in を作成しjs.vim
ました~/.vim/ftplugin
。私はそれを間違っていますか?
js.vim
set shiftwidth=2 " Use indents of 2 spaces
set tabstop=2 " An indentation every two columns
set softtabstop=2 " Use two spaces while editing