Daniel Ziltener
91ea498688
git-subtree-dir: tomlc99 git-subtree-mainline:f2ccebdd2d
git-subtree-split:5221b3d3d6
9 lines
177 B
TOML
9 lines
177 B
TOML
[fruit]
|
|
apple.color = "red"
|
|
apple.taste.sweet = true
|
|
|
|
# [fruit.apple] # INVALID
|
|
# [fruit.apple.taste] # INVALID
|
|
|
|
[fruit.apple.texture] # you can add sub-tables
|
|
smooth = true
|