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

Allan Jude <allanj...@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |allanj...@freebsd.org

--- Comment #1 from Allan Jude <allanj...@freebsd.org> ---
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.
_______________________________________________
freebsd-pkgbase@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-pkgbase
To unsubscribe, send any mail to "freebsd-pkgbase-unsubscr...@freebsd.org"

Reply via email to