google-apps-scriptideindentationauto-indent

How to indent code on new google appscript interface?


Any guidance on how to indent / turn on auto indent on google appscript with shortcuts would be appreciated!

New Appscript interface


Solution

  • What I am using when indenting manually is Tab and Shift + Tab on single or multiple lines.

    After {, when pressing Enter, it should auto indent itself to the right on the next line.

    For Auto Formatting, press Ctrl + Shift + I to format the whole file.

    Or right click in the editor then you can see the option below.

    Right Click Options:

    right click

    Before:

    before

    After:

    after

    Fore more information, please see this Guide to the new interface.