feat: add `dfmt_selective_import_space`
Signed-off-by: Prajwal S N <prajwalnadig21@gmail.com>
This commit is contained in:
parent
62e47bb5d4
commit
b4e36d998b
|
@ -2827,7 +2827,9 @@ extern (C++) class FormatVisitor : SemanticTimeTransitiveVisitor
|
|||
write(imp.id.toString());
|
||||
if (imp.names.length)
|
||||
{
|
||||
write(" : ");
|
||||
if (config.dfmt_selective_import_space)
|
||||
write(' ');
|
||||
write(": ");
|
||||
foreach (const i, const name; imp.names)
|
||||
{
|
||||
if (i)
|
||||
|
|
Loading…
Reference in New Issue