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

[Feature] New format option "line_breaks_after_function_body" #167

Conversation

mrRomeoT
Copy link

@mrRomeoT mrRomeoT commented Feb 23, 2021

Don't ask why =) I just need it.

line_breaks_after_function_body

type: int, default: 1

Line brakes after function body

-- original(1)
function foo()
end

function foo2()
end

-- transformed(2)
function foo()
end


function foo2()
end

@Koihik Koihik merged commit 363156a into Koihik:master Feb 26, 2021
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 this pull request may close these issues.

2 participants