📜  文件类型插件缩进 vim - 任何代码示例

📅  最后修改于: 2022-03-11 14:58:12.249000             🧑  作者: Mango

代码示例1
filetype plugin indent on
" show existing tab with 4 spaces width
set tabstop=4
" when indenting with '>', use 4 spaces width
set shiftwidth=4
" On pressing tab, insert 4 spaces
set expandtab