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

时间:2015-06-11 09:06:09

标签: layout ide indentation cloud9-ide

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

有没有办法协调这个并且到处都有相同的缩进?是否也有自动缩进?

包含3个字符的缩进示例:

function indent3() {
   // code here
}

包含7个字符的缩进示例:

function indent7() {
       // code here
}

2 个答案:

答案 0 :(得分:2)

您可以通过点击该文件的编辑器右下角附近来调整标签大小。

答案 1 :(得分:0)

另一种方法是从Cloud 9用户界面右上角的设置按钮中选择首选项。这将带您进入GUI,您可以在其中设置项目的默认缩进,因此其所有文件都具有相同的缩进。

Cloud 9 interface with settings button preferences in upper right, and on the left, changing the indent for a project.