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"]
|
||||
@tempFile("input", text)
|
||||
], {
|
||||
ignoreReturnCode: true,
|
||||
help: {
|
||||
link: "https://github.com/google/yapf"
|
||||
}
|
||||
ignoreReturnCode: true,
|
||||
help: {
|
||||
link: "https://github.com/google/yapf"
|
||||
}
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue