See #1911. Change Brittany and Hindent beautifiers to support no options

This commit is contained in:
Glavin Wiechert 2018-03-01 20:29:50 -04:00
parent 7961206c6f
commit d27ca3e54a
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ module.exports = class Brittany extends Beautifier
isPreInstalled: false
options: {
Haskell: true
Haskell: false
}
beautify: (text, language, options) ->

View File

@ -11,7 +11,7 @@ module.exports = class Hindent extends Beautifier
isPreInstalled: false
options: {
Haskell: true
Haskell: false
}
beautify: (text, language, options) ->