From 2ecda10c87598b819cd6b2c8c23415b679eb193a Mon Sep 17 00:00:00 2001 From: Akihiro Nagai <77012577+314systems@users.noreply.github.com> Date: Mon, 27 Apr 2026 09:19:35 +0900 Subject: [PATCH] .editorconfig: add YAML file formatting rules --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.editorconfig b/.editorconfig index 03d60ea74..805034e07 100644 --- a/.editorconfig +++ b/.editorconfig @@ -4,3 +4,7 @@ root = true [*] indent_style = tab end_of_line = lf + +[*.{yml,yaml}] +indent_style = space +indent_size = 2