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
}
you can adjust the tab sizes by clicking near the bottom right of the editor for that file.