We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 211767c commit 3b781a1Copy full SHA for 3b781a1
.hlint.yaml
@@ -0,0 +1,11 @@
1
+- group: {name: future, enabled: true}
2
+- group: {name: generalise, enabled: true}
3
+- functions:
4
+ - {name: undefined, within: []}
5
+- ignore: {name: Use pure}
6
+- ignore: {name: Use print}
7
+- ignore: {name: Use null}
8
+- ignore: {name: Use notElem}
9
+- ignore: {name: Use unless}
10
+- ignore: {name: Use fmap}
11
+- ignore: {name: Use traverse_}
fourmolu.yaml
@@ -0,0 +1,7 @@
+indentation: 2
+comma-style: leading
+record-brace-space: true
+indent-wheres: true
+respectful: true
+haddock-style: multi-line
+newlines-between-decls: 1
hie.yaml
@@ -0,0 +1,2 @@
+cradle:
+ cabal:
0 commit comments