See #1201. Crystal beautifier does not support any options

This commit is contained in:
Glavin Wiechert 2017-01-01 00:43:57 -04:00 committed by GitHub
parent c3e554d9c4
commit 7ad325b5ec
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ module.exports = class Crystal extends Beautifier
link: "http://crystal-lang.org"
options: {
Crystal: true
Crystal: false
}
beautify: (text, language, options) ->