Comment by andrewshadura 21 hours ago Isn't that called TOML? 1 comment andrewshadura Reply Dylan16807 15 hours ago An "intersection of INI and TOML" would presumably only have scalar values. TOML allows really complex lines like these: data = [ ["delta", "phi"], [3.14] ] temp_tagets = { cpu = 79.5, case = 72.0 }
Dylan16807 15 hours ago An "intersection of INI and TOML" would presumably only have scalar values. TOML allows really complex lines like these: data = [ ["delta", "phi"], [3.14] ] temp_tagets = { cpu = 79.5, case = 72.0 }
An "intersection of INI and TOML" would presumably only have scalar values. TOML allows really complex lines like these: