common-workflow-language / cwlviewer

A web application to view and share Common Workflow Language workflows
https://view.commonwl.org/
Apache License 2.0
45 stars 28 forks source link

mass reformatting #490

Closed mr-c closed 1 year ago

mr-c commented 1 year ago

Using the Google style guide and a maven plugin to autoformat

https://github.com/google/google-java-format#intellij-android-studio-and-other-jetbrains-ides

mr-c commented 1 year ago

I don't have a strong opinion as to which format to use, so those who care please speak up :-)

kinow commented 1 year ago

I don't have a strong opinion as to which format to use, so those who care please speak up :-)

Same here. But if you choose a style, it's probably worth documenting in the README or CONTRIBUTING. Bonus points if it's possible to integrate it with Eclipse & IntelliJ (so other devs can just enable that and let the IDE make sure it's properly formatted).

Thanks!