Open
Description
Description
Originally requested by @mightyiam in #297
Should we ensure that empty attrsets are always formatted the same way?
Small example input
{
a = {
};
b = {
};
c = {
};
}
Expected output
{
a = { };
b = { };
c = { };
}
Actual output
{
a = {
};
b = {
};
c = {
};
}
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Todo