stackbuilders / hapistrano

Deploy tool for Haskell applications, like Capistrano for Rails
https://hackage.haskell.org/package/hapistrano
MIT License
101 stars 17 forks source link

[Question] Define a code formatter for the project #172

Closed CristhianMotoche closed 2 years ago

CristhianMotoche commented 2 years ago

There are many options to format Haskell code and there isn't one decided for hapistrano yet.

Possible options:

Please, let me know your thoughts.

CristhianMotoche commented 2 years ago

Choosing a specific code formatter could make the project too opinionated and it will force contributors to install it. Therefore, I think the best will be to set up an automation that automatically formats the code using any code formatter from the list. I'll close this issue for now.