feat(format): make stdout/stderr selection mutually exclusive
This commit is contained in:
@@ -16,8 +16,7 @@ return {
|
||||
rhs = function()
|
||||
utils.format({
|
||||
cmd = { "stylua", "-" },
|
||||
stdin = true,
|
||||
stdout = true,
|
||||
output = "stdout",
|
||||
})
|
||||
end,
|
||||
},
|
||||
@@ -34,8 +33,7 @@ return {
|
||||
"--range-end",
|
||||
"%byte_end%",
|
||||
},
|
||||
stdin = true,
|
||||
stdout = true,
|
||||
output = "stdout",
|
||||
})
|
||||
end,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user