See #733. No options are supported yet by dfmt

This commit is contained in:
Glavin Wiechert 2016-02-20 15:25:19 -04:00
parent 2b6b026cc6
commit f318929046
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ module.exports = class Dfmt extends Beautifier
name: "dfmt"
options: {
D: true
D: false
}
beautify: (text, language, options) ->