See #733. No options are supported yet by dfmt
This commit is contained in:
parent
2b6b026cc6
commit
f318929046
|
@ -8,7 +8,7 @@ module.exports = class Dfmt extends Beautifier
|
|||
name: "dfmt"
|
||||
|
||||
options: {
|
||||
D: true
|
||||
D: false
|
||||
}
|
||||
|
||||
beautify: (text, language, options) ->
|
||||
|
|
Loading…
Reference in New Issue