【发布时间】:2015-06-11 09:06:09
【问题描述】:
在我的 cloud9 编辑器中,不知何故,有些文件的缩进为 3 个字符,而另一些文件的缩进为 7 个。
有没有办法协调这一点并在任何地方都有相同的缩进?是否还有自动缩进?
3 个字符的缩进示例:
function indent3() {
// code here
}
7 个字符的缩进示例:
function indent7() {
// code here
}
【问题讨论】:
标签: layout ide indentation cloud9-ide