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,6 +2827,8 @@ extern (C++) class FormatVisitor : SemanticTimeTransitiveVisitor
|
||||||
write(imp.id.toString());
|
write(imp.id.toString());
|
||||||
if (imp.names.length)
|
if (imp.names.length)
|
||||||
{
|
{
|
||||||
|
if (config.dfmt_selective_import_space)
|
||||||
|
write(' ');
|
||||||
write(": ");
|
write(": ");
|
||||||
foreach (const i, const name; imp.names)
|
foreach (const i, const name; imp.names)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue