1
1
mirror of https://github.com/srid/ema.git synced 2024-11-08 23:56:09 +03:00
ema/treefmt.toml
2022-08-07 10:55:34 -04:00

22 lines
370 B
TOML

[formatter.haskell]
command = "fourmolu"
options = [
"--ghc-opt",
"-XImportQualifiedPost",
"--ghc-opt",
"-XTypeApplications",
"--mode",
"inplace",
"--check-idempotence",
]
includes = ["*.hs"]
[formatter.nix]
command = "nixpkgs-fmt"
includes = ["*.nix"]
[formatter.cabal]
command = "cabal-fmt"
options = ["--inplace"]
includes = ["*.cabal"]