We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ini: allow changing the default section name (#319)
parser: fix line skipping when key is empty (#323)
write: pretty print section only if it is not the last one (#321) Co-authored-by: Joe Chen <[email protected]>
key: ignore empty values in `ValueWithShadows` (#316)
Return an empty array from `ValueWithShadows` if there is none (#313) Co-authored-by: Joe Chen <[email protected]>
Fix nested values can span sections (#306)
Fix python multiline EOF error (#309)
file: add `HasSection` method (#308) Co-authored-by: Joe Chen <[email protected]>
Fix parsing python multiline string (#299)
file: fix legacy tests