How do I change the default indentation in the Google Apps Script editor. It defaults to 2. Even though there are lines, I find it difficult to align the code blocks, especially when they are quite large. Gets worse when there are try-catch statements. It would be a lot easier if the indentation were 3 or 4.
There don't seem to be any options anywhere.
Apart from using spaces like I am currently doing, is there a default way of setting the indentation to 3 or 4.
You may just have to use an alternative IDE.
You can use the Google Apps Script CLI (Clasp) to connect VSCode or something else. The files you write will be saved as .js files instead of .gs files however.