mike-mcgann commented on PR #947: URL: https://github.com/apache/daffodil/pull/947#issuecomment-1415870536
> It looks like various projects have put together their own differing scalafmt configurations, often overriding many tens of parameters. If there is a Scala project out there where we like the formatting, we can borrow that configuration. > would like to see pragmatic changes to Daffodil code, that is, changes should be configured to be minimal except for one-line args I've also enabled import rewriting to sort and expand imports to multiple lines. If these current changes are still too much, I can look into making it much more conservative. > if scalafmt can change the last one-line arg to have a trailing comma, I'd prefer that to be done everywhere. Thoughts? I've enabled `rewrite.trailingCommas.style = always`. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
