0%

在 VS Code 下,除了[使用 extension - junstyle.php-cs-fixer 進行 PHP 的 Coding Style 修正] 1 之外,也可以使用 [Git hooks] 2 的功能,在 commit 之前執行指定的 script,稱為 [pre-commit] 3,搭配 [php-cs-fixer] 4 就能自動化的對有差異的 PHP 檔案進行 Coding Style 的修正。

Read more »