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

Put while opening brace in the same line #38

Closed
fvictorio opened this issue Sep 21, 2018 · 1 comment · Fixed by #39
Closed

Put while opening brace in the same line #38

fvictorio opened this issue Sep 21, 2018 · 1 comment · Fixed by #39
Labels
bug Something isn't working help wanted Extra attention is needed
Milestone

Comments

@fvictorio
Copy link
Member

Current output:

while (condition)
{
  ...

Desired output:

while (condition) {
  ...
@mattiaerre mattiaerre added bug Something isn't working help wanted Extra attention is needed labels Sep 21, 2018
@mattiaerre
Copy link
Member

it looks like while is already treated this way; see #39

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants