vim设置tab为4个空格

Sakura 发布于 2023-12-06 193 次阅读


# 添加如下配置
vim /etc/vimrc
set tabstop=4
set softtabstop=4
set shiftwidth=4
set expandtab
set autoindent