From a516b262af30dfb000bf6068eb92e48824bb8358 Mon Sep 17 00:00:00 2001 From: ZhouXY108 Date: Sat, 26 Jul 2025 03:02:08 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E8=AE=BE=E7=BD=AE=20SQL=20=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E7=BC=A9=E8=BF=9B=E4=B8=BA=202=20=E4=B8=AA=E7=A9=BA?= =?UTF-8?q?=E6=A0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 在 .editorconfig 文件中设置 SQL 文件的 indent_size 为 2 --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index c1e2c64..81a39ea 100644 --- a/.editorconfig +++ b/.editorconfig @@ -10,3 +10,6 @@ end_of_line = lf charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true + +[*.sql] +indent_size = 2