Search code examples
layoutideindentationcloud9-ide

How to increase the indent size in (Cloud9)


In my cloud9 editor, I somehow have for some files that my indent is 3 characters and for others 7.

Is there a way to harmonize this and have the same indent everywhere? Is there perhaps also an auto-indent?

Example of indent with 3 characters:

function indent3() {
   // code here
}

Example of indent with 7 characters:

function indent7() {
       // code here
}

Solution

  • you can adjust the tab sizes by clicking near the bottom right of the editor for that file.