04 2021 档案

摘要:在.vimrc中设置python缩进格式 au BufNewFile,BufRead *.py \ set tabstop=4 \ set softtabstop=4 \ set shiftwidth=4 \ set textwidth=79 \ set expandtab \ set autoin 阅读全文
posted @ 2021-04-01 15:40 bibicode 阅读(507) 评论(0) 推荐(0)