diff --git a/fourmolu.yaml b/fourmolu.yaml new file mode 100644 index 000000000..988b77be6 --- /dev/null +++ b/fourmolu.yaml @@ -0,0 +1,14 @@ +indentation: 2 +function-arrows: trailing +comma-style: leading +import-export-style: diff-friendly +indent-wheres: false +record-brace-space: false +newlines-between-decls: 1 +haddock-style: multi-line +haddock-style-module: +let-style: auto +in-style: right-align +respectful: true +fixities: [] +unicode: never