aboutsummaryrefslogtreecommitdiff
path: root/.stylish-haskell.yaml
diff options
context:
space:
mode:
authorJoris2017-11-19 00:20:25 +0100
committerJoris2017-11-19 00:20:25 +0100
commit7194cddb28656c721342c2ef604f9f9fb0692960 (patch)
tree5b8c8562c9a1680aa315b4b7e10a3a7c22900863 /.stylish-haskell.yaml
parent42e94a45e26f40edc3ad71b1e77a4bf47c13fd3d (diff)
downloadbudget-7194cddb28656c721342c2ef604f9f9fb0692960.tar.gz
budget-7194cddb28656c721342c2ef604f9f9fb0692960.tar.bz2
budget-7194cddb28656c721342c2ef604f9f9fb0692960.zip
Show payment count and partition
- Also fixes exceedingPayer in back by using only punctual payments
Diffstat (limited to '.stylish-haskell.yaml')
-rw-r--r--.stylish-haskell.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.stylish-haskell.yaml b/.stylish-haskell.yaml
index 3642d0e..a3f992d 100644
--- a/.stylish-haskell.yaml
+++ b/.stylish-haskell.yaml
@@ -28,3 +28,5 @@ newline: native
language_extensions:
- ExistentialQuantification
- MultiParamTypeClasses
+ - OverloadedStrings
+ - RecursiveDo