diff --git a/src/beautifiers/yapf.coffee b/src/beautifiers/yapf.coffee index b82bc8d..9e44982 100644 --- a/src/beautifiers/yapf.coffee +++ b/src/beautifiers/yapf.coffee @@ -16,7 +16,6 @@ module.exports = class Yapf extends Beautifier beautify: (text, language, options) -> @run("yapf", [ "-i" - ["--style=pep8"] tempFile = @tempFile("input", text) ], help: { link: "https://github.com/google/yapf"