RubyMine 中的 JavaScript 中只有两个空格?

发布于 2024-10-29 05:25:39 字数 145 浏览 1 评论 0原文

有没有办法将 RubyMine 3.1 配置为仅使用两个空格来缩进 JavaScript?

Is there a way to configure RubyMine 3.1 to only use two spaces to indent JavaScript?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(3

吐个泡泡 2024-11-05 05:25:39

您使用的是哪个版本的 RubyMine?

v3.1 的 JetBrains 参考站点内容如下:

Settings dialog -> Project settings -> Code style -> General -> Indent

缩进:

在此文本框中指定
空格数(或制表符,如果使用
制表符复选框被选中)
为每个缩进级别插入。

至于专门针对 Javascript 进行更改,我没有看到可能的解决方案 - 或者至少不是一个简单的解决方案。不过,您也许可以为每个文件类型配置这些常规设置。但我不是这个领域的专家。

Which version of RubyMine are you using?

The JetBrains site of reference for v3.1 reads as follows:

Settings dialog -> Project settings -> Code style -> General -> Indent

Indent:

In this text box, specify the
number of spaces (or tabs if the Use
Tab Character check box is selected)
to be inserted for each indent level.

As for altering this specifically for Javascript, I don't see a possible solution - or at least not an easy one. You might be able to configure these general settings per file type, however. But I'm no expert in this field.

等风来 2024-11-05 05:25:39

较新的答案:

在带有 RubyMine 6.3 的 OSX Mavericks 上

File -> Default Settings -> Code Style -> JavaScript

事实上,这不在偏好范围内,这一事实令人愤怒。

Newer Answer:

on OSX Mavericks with RubyMine 6.3

File -> Default Settings -> Code Style -> JavaScript

The fact that this isn't under preferences is infuriating.

野却迷人 2024-11-05 05:25:39

Joe 的更新答案:

On OSX Mavericks with RubyMine 7.1.2

File -> Default Settings -> Editor -> Code Style -> Javascript

并更改“Tab and Idents”选项卡中的缩进设置。

它与 Joe's Answer 非常相似,只是添加了编辑器选项。

Updated answer from Joe:

On OSX Mavericks with RubyMine 7.1.2

File -> Default Settings -> Editor -> Code Style -> Javascript

And change the indentation settings in the 'Tab and Idents' tab.

It's pretty similar from the Joe's Answer, just adding the Editor option.

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