From 50b478d6c6b499115c9e079ec2091b96b0da9c9b Mon Sep 17 00:00:00 2001 From: augushong Date: Fri, 7 Jun 2024 11:09:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=A0=BC=E5=BC=8F=E5=8C=96?= =?UTF-8?q?=E8=A6=8F=E5=89=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .php-cs-fixer.php | 1 + 1 file changed, 1 insertion(+) diff --git a/.php-cs-fixer.php b/.php-cs-fixer.php index 803662e..06ee515 100644 --- a/.php-cs-fixer.php +++ b/.php-cs-fixer.php @@ -127,6 +127,7 @@ return (new PhpCsFixer\Config()) ], 'whitespace_after_comma_in_array' => true, 'no_unused_imports' => true, + 'method_chaining_indentation' => true, ]) // ->setIndent("\t")