mirror of
https://github.com/srid/ema.git
synced 2024-11-25 20:12:20 +03:00
3c73aca38a
Also, disable Github Actions as Nix cache doesn't have 9.2 yet. Garnix is fine.
23 lines
440 B
TOML
23 lines
440 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"]
|
|
|
|
# https://github.com/srid/ema/pull/97#issuecomment-1166589918
|
|
# [formatter.cabal]
|
|
# command = "cabal-fmt"
|
|
# options = ["--inplace"]
|
|
# includes = ["*.cabal"]
|