2019-07-05 UTC
# [fluffy] I’m looking for opinions on a thing. Let’s say I want to make a configuration file where it’s just a mapping from a string to a list of strings. There is no need to embed newlines or leading/trailing whitespace, but internal whitespace would be nice. I want it to be easily edited by non-expert users. I’d rather not write my own parser. Are there any standard formats that fit the bill?