Changed indents to 2 spaces for package consistancy
This commit is contained in:
parent
3ecce411dc
commit
2ea86c3091
|
@ -18,8 +18,8 @@ module.exports = class Yapf extends Beautifier
|
||||||
["--style=pep8"]
|
["--style=pep8"]
|
||||||
@tempFile("input", text)
|
@tempFile("input", text)
|
||||||
], {
|
], {
|
||||||
ignoreReturnCode: true,
|
ignoreReturnCode: true,
|
||||||
help: {
|
help: {
|
||||||
link: "https://github.com/google/yapf"
|
link: "https://github.com/google/yapf"
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue