diff options
Diffstat (limited to 'lua/lang/php.lua')
-rw-r--r-- | lua/lang/php.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/lang/php.lua b/lua/lang/php.lua index d10e45e4..0451b1b8 100644 --- a/lua/lang/php.lua +++ b/lua/lang/php.lua @@ -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), + tempfile_prefix = ".formatter", } end, } |