arnetheduck / nph

An opinionated code formatter for Nim
Other
77 stars 12 forks source link

the comma #23

Closed arnetheduck closed 6 months ago

arnetheduck commented 6 months ago

It turns out that ; cannot consistently be used for parameter lists with defaults, so we revert back to using , to separate identdefs except when doing so would result in AST inequality - this works for all known cases and returns us to comma-land generally.