summaryrefslogtreecommitdiffhomepage
path: root/data
diff options
context:
space:
mode:
authorFlavio Corpa <flavio.corpa@47deg.com>2019-11-20 19:21:51 +0100
committerJasper Van der Jeugt <m@jaspervdj.be>2019-11-20 12:21:51 -0600
commit9e34f3e162a89f0df56132daf6caf1154ea180c8 (patch)
tree194a9dff5abc709ceee261c083c5dd94284d8bc9 /data
parent9958a5253a9498c29508895450c4ac47542d5f2a (diff)
downloadstylish-haskell-9e34f3e162a89f0df56132daf6caf1154ea180c8.tar.gz
Make language extension prefix configurable
Diffstat (limited to 'data')
-rw-r--r--data/stylish-haskell.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/data/stylish-haskell.yaml b/data/stylish-haskell.yaml
index 401d384..5200299 100644
--- a/data/stylish-haskell.yaml
+++ b/data/stylish-haskell.yaml
@@ -203,6 +203,11 @@ steps:
# is set to true, it will remove those redundant pragmas. Default: true.
remove_redundant: true
+ # Language prefix to be used for pragma declaration, this allows you to
+ # use other options non case-sensitive like "language" or "Language".
+ # If a non correct String is provided, it will default to: LANGUAGE.
+ language_prefix: LANGUAGE
+
# Replace tabs by spaces. This is disabled by default.
# - tabs:
# # Number of spaces to use for each tab. Default: 8, as specified by the