From 68b6dede3fe937865ccfe3ef790f1b944ee69f14 Mon Sep 17 00:00:00 2001 From: Igor Velkov Date: Tue, 3 Jan 2023 02:11:49 +0200 Subject: [PATCH] Add .yml ext into .editorconfig (#4640) --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 717824a59..891be5cac 100644 --- a/.editorconfig +++ b/.editorconfig @@ -44,7 +44,7 @@ indent_size = 8 indent_style = tab indent_size = 8 -[*.yaml] +[*.{yaml,yml}] indent_style = space indent_size = 2 insert_final_newline = false