toml icon indicating copy to clipboard operation
toml copied to clipboard

TableLike::fmt does not format dotted keyed-items

Open epage opened this issue 3 years ago • 0 comments

TableLike::fmt acts on the toml document table, and not on the in-memory data structure, so we limit it only to values. However, since we've added dotted keys, they also fall into that definition but we aren't reformatting them.

epage avatar Nov 23 '21 14:11 epage