开发者

How to set .vimrc for c programs?

开发者 https://www.devze.com 2023-03-07 03:33 出处:网络
How should I set up my .vimrc so that macvim will set my tab to 4 spaces for c p开发者_开发知识库rograms?This should do it

How should I set up my .vimrc so that macvim will set my tab to 4 spaces for c p开发者_开发知识库rograms?


This should do it

set cindent
set sw=4

EDIT: I did not read macvim in your question, so now it is like you can try above. This works in gvim for windows and vim in linux

0

精彩评论

暂无评论...
验证码 换一张
取 消