"As" Alignment - TOAD Formatter

How do I setup my code formatter in Toad so that it will align the ”as” statement:

Example:

Select
t.name as name,
t.longname as longname
from table t

I would like it to be:

Select
t.name as name,
t.longname as longname
from table t

I’m using Toad version 10.6.1.3

Thanks!