如何增加(Cloud9)中的缩进大小

Joh*_*ews 2 ide layout indentation cloud9-ide

在我的 cloud9 编辑器中,不知何故,我对某些文件的缩进是 3 个字符,而对其他文件则为 7 个字符。

有没有办法协调这一点并在各处都有相同的缩进?也许还有自动缩进?

缩进 3 个字符的示例:

function indent3() {
   // code here
}
Run Code Online (Sandbox Code Playgroud)

缩进 7 个字符的示例:

function indent7() {
       // code here
}
Run Code Online (Sandbox Code Playgroud)

Mut*_*hir 5

您可以通过单击该文件编辑器右下角附近来调整选项卡大小。