Files
helix/tests/indent/hocon.conf

19 lines
169 B
Plaintext

app {
name = "helix"
server {
host = "localhost"
ports = [
80,
443
]
}
list = [
{
id = 1
},
{
id = 2
}
]
}