From fd391c047aeecad4bf617ad809b77e350f917030 Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Tue, 29 Oct 2019 12:53:48 +0100 Subject: Add a cabal option to control cabal parsing --- data/stylish-haskell.yaml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'data') 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 -- cgit v1.2.3