https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=249273

Allan Jude <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from Allan Jude <[email protected]> ---
It is not required

As explained here:

https://github.com/vstakhov/libucl/#general-syntax-sugar

key = value;
section {
    key = value;
}

is equivalent to

{
    "key": "value",
    "section": {
        "key": "value"
    }
}


However, it would likely be stylistically better to be consistent throughout
the file.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-pkgbase
To unsubscribe, send any mail to "[email protected]"

Reply via email to