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

Case of trailing white space #345

Closed
ghost opened this issue Mar 7, 2018 · 1 comment
Closed

Case of trailing white space #345

ghost opened this issue Mar 7, 2018 · 1 comment

Comments

@ghost
Copy link

ghost commented Mar 7, 2018

$ dfmt <<<'class Bar(A) : Foo if (isFloating!A){}' > out.d --template_constraint_style=always_newline

Then check out.d to see that the first line contains a space after Foo

@ghost
Copy link
Author

ghost commented Mar 7, 2018

blocks possible fix to #327. Revealed when changing the default value of dfmt_template_constraint_style to always_new_line (which is the D style)

@ghost ghost added trivial and removed trivial labels Mar 7, 2018
dlang-bot added a commit that referenced this issue Oct 10, 2018
Fix #345 -  Case of trailing white space
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
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

0 participants