See #1911. Change Brittany and Hindent beautifiers to support no options
This commit is contained in:
parent
7961206c6f
commit
d27ca3e54a
|
@ -11,7 +11,7 @@ module.exports = class Brittany extends Beautifier
|
|||
isPreInstalled: false
|
||||
|
||||
options: {
|
||||
Haskell: true
|
||||
Haskell: false
|
||||
}
|
||||
|
||||
beautify: (text, language, options) ->
|
||||
|
|
|
@ -11,7 +11,7 @@ module.exports = class Hindent extends Beautifier
|
|||
isPreInstalled: false
|
||||
|
||||
options: {
|
||||
Haskell: true
|
||||
Haskell: false
|
||||
}
|
||||
|
||||
beautify: (text, language, options) ->
|
||||
|
|
Loading…
Reference in New Issue