jaydoane commented on pull request #3568: URL: https://github.com/apache/couchdb/pull/3568#issuecomment-856227634
@awalterschulze after playing around in an editor with some erlfmt formatted CouchDB code, I find it all pretty readable, and generally an improvement, with only one real exception. CouchDB style has evolved to put a blank line between function clauses, and 2 blank lines between functions. After formatting, these get changed to no 0 and 1 respectively. I wonder if your team would consider respecting the original format for this case as well as [the others you already honor here](https://github.com/WhatsApp/erlfmt#respecting-original-format)? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
