aboutsummaryrefslogtreecommitdiff
path: root/.stylish-haskell.yaml
diff options
context:
space:
mode:
authorJoris2019-11-02 20:52:27 +0100
committerJoris2019-11-02 20:52:27 +0100
commit227dcd4435b775d7dbc5ae5d3d81b589897253cc (patch)
tree6c7e71b83942a35c2b11d6874c4601c403a910c0 /.stylish-haskell.yaml
parentb97ad942495352c3fc1e0c820cfba82a9693ac7a (diff)
downloadbudget-227dcd4435b775d7dbc5ae5d3d81b589897253cc.tar.gz
budget-227dcd4435b775d7dbc5ae5d3d81b589897253cc.tar.bz2
budget-227dcd4435b775d7dbc5ae5d3d81b589897253cc.zip
Implement incomes server side paging
Diffstat (limited to '.stylish-haskell.yaml')
-rw-r--r--.stylish-haskell.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.stylish-haskell.yaml b/.stylish-haskell.yaml
index 034ace0..82305b9 100644
--- a/.stylish-haskell.yaml
+++ b/.stylish-haskell.yaml
@@ -31,3 +31,4 @@ language_extensions:
- MultiParamTypeClasses
- OverloadedStrings
- RecursiveDo
+ - ScopedTypeVariables