From f13453181ac3a256e3294a6b135e3ddb1827d5b1 Mon Sep 17 00:00:00 2001 From: John Bampton Date: Mon, 11 Mar 2024 20:37:46 +1000 Subject: [PATCH] chore(editorconfig): add `yaml` file type --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 85ebb7a55bcf..9286f2f43d19 100644 --- a/.editorconfig +++ b/.editorconfig @@ -35,7 +35,7 @@ indent_size = 4 trim_trailing_whitespace = false indent_size = 2 -[*.yml] +[*.{yaml,yml}] indent_size = 2 [*.toml]