Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
dvdvideo1234 opened this issue Oct 10, 2020 · 0 comments · May be fixed by #145
Open

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

dvdvideo1234 opened this issue Oct 10, 2020 · 0 comments · May be fixed by #145

Comments

@dvdvideo1234
Copy link

  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
@dvdvideo1234 dvdvideo1234 linked a pull request Oct 13, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant