arnetheduck / nph

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

Chain long dot-calls (fixes #28) #32

Closed arnetheduck closed 5 months ago

arnetheduck commented 5 months ago

When multiple dot-separated calls don't fit on a single line, use a long format similar to lists to put each on a new line.