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.
- The gear wheel just gives project settings.
- I had a look in Script properties but there are no settings for indentation that I can find.
- I've tried grabbing the indentation lines but they don't move
Apart from using spaces like I am currently doing, is there a default way of setting the indentation to 3 or 4.