如何修复 Textmate 中的自动缩进?

发布于 2024-12-04 05:10:29 字数 484 浏览 1 评论 0原文

我正在编辑 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

躲猫猫 2024-12-11 05:10:29

窗口底部有一个小菜单,可能会显示制表符大小: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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文