-
Notifications
You must be signed in to change notification settings - Fork 7
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 newlines between functions in translate.go
#27
Conversation
Hi @Neved4! |
Co-authored-by: JoaoCostaIFG <[email protected]>
Done! |
Could you change this to use the Then we can make it actually whitespace preserving 🙂 |
@bouk Sounds great! Wasn't familiar with Pushed two commits, please lmk if that's how you intended it, it's my first time with parsers Cheers! |
You'll just have to update the test now, but looks good! |
This reverts commit 8ac3b7e.
thx! |
Fixes #26
Chose a strategy to add newlines between functions, while ensuring no newline is added on the last one.