From 0d41cbb63208bc88872a54473ce0aef5c59ba076 Mon Sep 17 00:00:00 2001 From: Sergei Predvoditelev Date: Mon, 16 Mar 2026 11:56:35 +0300 Subject: [PATCH] Add `*.yaml` to `.editorconfig` --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 8802775..1c544ac 100644 --- a/.editorconfig +++ b/.editorconfig @@ -17,5 +17,5 @@ ij_php_space_after_type_cast = true [*.md] trim_trailing_whitespace = false -[*.yml] +[*.{yaml,yml}] indent_size = 2