八千里路云和月

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
  62 随笔 :: 0 文章 :: 0 评论 :: 37899 阅读

设置用空格替换 Tab

复制代码
 1 " Indentation settings for using 4 spaces instead of tabs.
 2 " Do not change 'tabstop' from its default value of 8 with this setup.
 3 " set expandtab
 4 " set shiftwidth=2
 5 " set softtabstop=2
 6 
 7 " Indentation settings for using hard tabs for indent. Display tabs as
 8 " four characters wide.
 9 set shiftwidth=4
10 set tabstop=2
11 set expandtab
复制代码

 

posted on   hanX3  阅读(41)  评论(0编辑  收藏  举报
相关博文:
阅读排行:
· 分享一个免费、快速、无限量使用的满血 DeepSeek R1 模型,支持深度思考和联网搜索!
· 使用C#创建一个MCP客户端
· ollama系列1:轻松3步本地部署deepseek,普通电脑可用
· 基于 Docker 搭建 FRP 内网穿透开源项目(很简单哒)
· 按钮权限的设计及实现
点击右上角即可分享
微信分享提示