We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 548d032 commit af54fd0Copy full SHA for af54fd0
.stylish-haskell.yaml
@@ -8,7 +8,7 @@ stylish:
8
align: true
9
10
# Language pragmas
11
- - languages_pragmas:
+ - language_pragmas:
12
# We can generate different styles of language pragma lists.
13
#
14
# - vertical: Vertical-spaced language pragmas, one per line.
src/StylishHaskell/Config.hs
@@ -96,7 +96,7 @@ parseConfig _ = mzero
96
catalog :: Map String (A.Object -> A.Parser Stylish)
97
catalog = M.fromList
98
[ ("imports", parseImports)
99
- , ("languages_pragmas", parseLanguagePragmas)
+ , ("language_pragmas", parseLanguagePragmas)
100
, ("tabs", parseTabs)
101
, ("trailing_whitespace", parseTrailingWhitespace)
102
, ("unicode_syntax", parseUnicodeSyntax)
0 commit comments