From 4b11c0688572c7b248a119ed7b3ab5fbc9dbee5c Mon Sep 17 00:00:00 2001 From: Xuehai Pan Date: Sat, 12 Apr 2025 00:40:54 +0800 Subject: [PATCH] Cover `.yaml` file in `.editorconfig` --- .editorconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index a6187d64f3ce46..5b04b32a89e3d2 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,6 +1,6 @@ root = true -[*.{py,c,cpp,h,js,rst,md,yml}] +[*.{py,c,cpp,h,js,rst,md,yml,yaml}] trim_trailing_whitespace = true insert_final_newline = true indent_style = space @@ -11,5 +11,5 @@ indent_size = 4 [*.rst] indent_size = 3 -[*.{js,yml}] +[*.{js,yml,yaml}] indent_size = 2