From cc6f47a99dc576b4641db342a3ca0631dc7aab47 Mon Sep 17 00:00:00 2001 From: pushuo Date: Fri, 2 Dec 2022 11:09:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=20.editorconfig=20=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index f04e215a..787d50ea 100644 --- a/.editorconfig +++ b/.editorconfig @@ -11,7 +11,7 @@ trim_trailing_whitespace = true [*.md] trim_trailing_whitespace = false -[*.{js,scss}] +[*.{js,scss,blade.php}] indent_size = 2 [*.{yml,yaml}]