NowanIlfideme / pydantic-yaml

YAML support for Pydantic models
MIT License
135 stars 11 forks source link

Hotfix: Fix indenting when dumping to the file. #104

Closed NowanIlfideme closed 11 months ago

NowanIlfideme commented 11 months ago

Well I'm not sure what exactly happened but here's the fix.

Strange that ruamel.yaml accepted that value, but in general this gives yet another reason to eventually make a custom dumper...