Skip to content

Add tab size and type and other options to the configuration #140

@dvdvideo1234

Description

@dvdvideo1234
  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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions