Compare commits

..
2 Commits
Author SHA1 Message Date
woon 505defba37 update 2023-11-17 17:05:25 +08:00
woon d987848094 update 2023-11-17 16:59:19 +08:00
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -0,0 +1 @@
/plugin
+1 -1
View File
@@ -90,7 +90,7 @@ require("formatter").setup({
exe = "php-cs-fixer",
args = {
"fix",
"--config=/home/www/php/php-cs-fixer/config.php --allow-risky=yes"
"--config=/home/woon/.config/php-cs-fixer/config.php --allow-risky=yes --using-cache=no"
},
stdin = false,
ignore_exitcode = true,