mvnmgrx / kiutils

Simple and SCM-friendly KiCad file parser based on Python dataclasses for KiCad 6.0 and up.
GNU General Public License v3.0
84 stars 27 forks source link

prettify_sexpr: Added s-expression formatter #123

Open mofosyne opened 2 months ago

mofosyne commented 2 months ago

Proposing addition of a s-expression formatter so that the output is more consistent with KiCADv8's output. This will make it be easier to diff both sources. Aiming to use this PR to make it easier to debug KiCADv8 format differences.