We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
$ 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
out.d
Foo
The text was updated successfully, but these errors were encountered:
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)
dfmt_template_constraint_style
always_new_line
Sorry, something went wrong.
b928eb6
Merge pull request #398 from LaurentTreguier/issue-345
18eea57
Fix #345 - Case of trailing white space merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
No branches or pull requests
Then check
out.d
to see that the first line contains a space afterFoo
The text was updated successfully, but these errors were encountered: