Skip to content

Commit

Permalink
fix: shfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
konradmalik committed Sep 29, 2023
1 parent e91641b commit fac5ad5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/native/lua/konrad/lsp/efm/shfmt.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ local binaries = require("konrad.binaries")
return {
filetypes = { "sh" },
entry = {
formatCommand = binaries.shfmt .. "-filename '${INPUT}' -",
formatCommand = binaries.shfmt .. " -filename '${INPUT}' -",
formatStdin = true,
},
}

0 comments on commit fac5ad5

Please sign in to comment.