@@ -22,6 +22,7 @@ M.format = function()
exe = O.lang.lua.formatter.exe,
args = O.lang.lua.formatter.args,
stdin = not (O.lang.lua.formatter.stdin ~= nil),
+ tempfile_prefix = ".formatter",
}
end,
@@ -31,6 +31,7 @@ M.format = function()
exe = O.lang.php.formatter.exe,
args = O.lang.php.formatter.args,
stdin = not (O.lang.php.formatter.stdin ~= nil),
@@ -25,6 +25,7 @@ M.format = function()
exe = O.lang.sh.formatter.exe,
args = O.lang.sh.formatter.args,
stdin = not (O.lang.sh.formatter.stdin ~= nil),
@@ -17,6 +17,7 @@ M.format = function()
exe = O.lang.terraform.formatter.exe,
args = O.lang.terraform.formatter.args,
stdin = not (O.lang.terraform.formatter.stdin ~= nil),