``` if (something) then if (condition) then 'comment about this line logic do something else more logic end if end if ``` Gets indented as: ``` if (something) then if (condition) then 'comment about this line logic do something else more logic end if end if ```