```toml hello.world = "a" goodbye = "b" hello.moon = "c" ``` gets turned into ```toml hello.world = "a" hello.moon = "c" goodbye = "b" ```