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