From f8d4c823c7df2f6193d166e497c016dc45d674db Mon Sep 17 00:00:00 2001 From: teddy Date: Wed, 12 Nov 2025 13:55:04 +0900 Subject: [PATCH] =?UTF-8?q?indent=5Fstyle=20space->tab=20=EB=B3=80?= =?UTF-8?q?=EA=B2=BD?= 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 5a2355ce..a6d93a81 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,7 +1,7 @@ root = true [*] -indent_style = space +indent_style = tab indent_size = 2 end_of_line = lf charset = utf-8