vdf
vdf copied to clipboard
Add gap_size option to dump/dumps
Some VDF files use more than one space between the key and the value, such as Steam's config/config.vdf file. This option allows the library to emulate this, so that editing these files leads to a minimal diff.
I've included checks for invalid gap sizes, and tests for the behaviour and possible errors raised.