From 16cb48102c7fd6d5432400603fc15a87113ff926 Mon Sep 17 00:00:00 2001 From: Trevor Gross Date: Mon, 23 Mar 2026 21:41:39 -0500 Subject: [PATCH] meta: Cover both `.yaml` and `.yml` in `.editorconfig` --- library/compiler-builtins/.editorconfig | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/library/compiler-builtins/.editorconfig b/library/compiler-builtins/.editorconfig index f0735cedfbd6..23a4d23f2820 100644 --- a/library/compiler-builtins/.editorconfig +++ b/library/compiler-builtins/.editorconfig @@ -1,5 +1,3 @@ -# EditorConfig helps developers define and maintain consistent -# coding styles between different editors and IDEs # editorconfig.org root = true @@ -12,5 +10,5 @@ insert_final_newline = true indent_style = space indent_size = 4 -[*.yml] +[*.{yaml,yml}] indent_size = 2