Skip to content

Commit 9b8fa5e

Browse files
fix(csharpier): include filepath in arguments (#820)
1 parent 16d3553 commit 9b8fa5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/conform/formatters/csharpier.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ return {
3030
end,
3131
args = function()
3232
if is_local() then
33-
return { "csharpier", "format" }
33+
return { "csharpier", "format", "--stdin-path", "$FILENAME" }
3434
else
3535
return { "format" }
3636
end

0 commit comments

Comments
 (0)