更新格式化規則

This commit is contained in:
augushong
2024-06-07 11:09:53 +08:00
parent a292fcdb1d
commit 50b478d6c6

View File

@@ -127,6 +127,7 @@ return (new PhpCsFixer\Config())
],
'whitespace_after_comma_in_array' => true,
'no_unused_imports' => true,
'method_chaining_indentation' => true,
])
// ->setIndent("\t")