summaryrefslogtreecommitdiffhomepage
path: root/data
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2019-10-29 12:53:48 +0100
committerGitHub <noreply@github.com>2019-10-29 12:53:48 +0100
commitfd391c047aeecad4bf617ad809b77e350f917030 (patch)
tree7daae69504da350726f19f77c88e14f81b0a0061 /data
parentc0b1fd9e632b2ce277fcdfc339d1f004016c91bb (diff)
downloadstylish-haskell-fd391c047aeecad4bf617ad809b77e350f917030.tar.gz
Add a cabal option to control cabal parsing
Diffstat (limited to 'data')
-rw-r--r--data/stylish-haskell.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/data/stylish-haskell.yaml b/data/stylish-haskell.yaml
index 4677b4a..401d384 100644
--- a/data/stylish-haskell.yaml
+++ b/data/stylish-haskell.yaml
@@ -241,3 +241,9 @@ newline: native
# language_extensions:
# - TemplateHaskell
# - QuasiQuotes
+
+# Attempt to find the cabal file in ancestors of the current directory, and
+# parse options (currently only language extensions) from that.
+#
+# Default: true
+cabal: true