Daniel Ziltener
91ea498688
git-subtree-dir: tomlc99 git-subtree-mainline:f2ccebdd2d
git-subtree-split:5221b3d3d6
5 lines
139 B
TOML
5 lines
139 B
TOML
# This makes the key "fruit" into a table.
|
|
fruit.apple.smooth = true
|
|
|
|
# So then you can add to the table "fruit" like so:
|
|
fruit.orange = 2
|