mirror of
https://github.com/tauri-apps/deno.git
synced 2026-02-05 19:21:18 +01:00
9 lines
121 B
TOML
9 lines
121 B
TOML
[arrays]
|
|
data = [ ["gamma", "delta"], [1, 2] ]
|
|
|
|
# Line breaks are OK when inside arrays
|
|
hosts = [
|
|
"alpha",
|
|
"omega"
|
|
]
|