1. The extensions automatically assumes that the user prefers 4 spaces for a tab, which is not correct. 2. The line size should be customizable, as not concatenations are put on the second line 3. There should be an option for controlling the new lines. For example: `if (IsBool( expand )) then self:Expand(expand) end` can be written as: ``` if (IsBool( expand )) then self:Expand(expand) end ```