17 lines
282 B
TOML
17 lines
282 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"]
|