如何在 VIM 中启用文件特定的制表符缩进设置?
我相信有一种方法可以在文件中写入注释,vim 将使用该方法来覆盖默认的制表符和缩进值。
有人可以向我指出有关此功能以及如何使用它的信息吗?
I believe there is a method to write a comment in a file that vim will use to override default tabbing and indent values.
Can someone point me to information about this feature and how to use it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
每个文件的设置可以使用“modeline magic”来完成。
基本思想是,您可以向单个文件添加注释,如下所示:
在 vim 中,您应该查看:
Per-file settings can be done using "modeline magic".
The basic idea is that you can add a comment to an individual file like this:
Within vim, you should review: