如何修复 Textmate 中的自动缩进?
我正在编辑 django 模板。
当我在光标位于 html 标签之间时按 Enter 键时:
<div|</div>
Textmate 缩进带有 三个 空格:
<div>
|
</div>
这让我发疯。 (我想要四个空格!)
当我的光标位于标签之间时,Textmate 告诉我当前范围是
- text.html.django
- meta.tag.any.html
- punctuation.definition.tag.html
- meta。 scope. Between-tag-pair.html
在哪里可以找到控制 Textmate 缩进的空格数的设置?
I'm editing a django template.
When I press enter while my cursor is between html tags:
<div|</div>
Textmate indents with three spaces:
<div>
|
</div>
This is driving me crazy. (I want four spaces!)
When my cursor is between tags, Textmate tells me that my current scope is
- text.html.django
- meta.tag.any.html
- punctuation.definition.tag.html
- meta.scope.between-tag-pair.html
Where do I find the setting that controls the number of spaces Textmate indents with?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
窗口底部有一个小菜单,可能会显示制表符大小:3。无论您在此处设置什么,都应该保留。
There's a little menu that might display Tab size: 3 at the bottom of the window. Whatever you set here is supposed to stick.