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

Option for simple single line functions formatting #16

Open
maluramichael opened this issue Sep 5, 2017 · 0 comments
Open

Option for simple single line functions formatting #16

maluramichael opened this issue Sep 5, 2017 · 0 comments

Comments

@maluramichael
Copy link

I use https://github.com/trixnz/vscode-lua to format my code in visual studio code which uses your module.

-- sometimes i code simple methods like this in one line
function foo() return 10 end

-- when i format my code the function is getting formatted like this.
-- i would like to disable this behavior. is this possible?
function foo()
  return 10
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants