mlabs-haskell / apropos

Propositional Logic Apropos Types
Apache License 2.0
14 stars 5 forks source link

simple format command for running all of the formatters #37

Closed delicious-lemon closed 2 years ago

delicious-lemon commented 2 years ago

We have numerous format commands in the Makefile. Let's add a flake app workflow that lets us format everything at once.

srid commented 2 years ago

a flake app workflow

@MatthewCroughan and/or I would like to simplify the overengineered branch one day, but for now you could use lint-utils:

srid commented 2 years ago

This is probably better: https://github.com/numtide/treefmt

Demo: https://github.com/srid/emanote/pull/283