From d51556dec4b8ec11655d8fe3b01c8e82d964495a Mon Sep 17 00:00:00 2001 From: Ramon Roche Date: Tue, 6 Aug 2024 07:16:22 -0700 Subject: [PATCH] editorconfig: yaml, yml settings --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 683f0fdc51..1ac25a4f58 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,6 +9,6 @@ tab_width = 8 # Not in the official standard, but supported by many editors max_line_length = 120 -[*.yaml] +[*.yaml, *.yml] indent_style = space indent_size = 2