From: Xuehai Pan Date: Fri, 11 Apr 2025 18:23:13 +0000 (+0800) Subject: Add ``.yaml`` to ``.editorconfig`` (#132410) X-Git-Tag: v3.14.0b1~527 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=deda47d6e18d61e982045b795e3599838823db6a;p=thirdparty%2FPython%2Fcpython.git Add ``.yaml`` to ``.editorconfig`` (#132410) --- diff --git a/.editorconfig b/.editorconfig index a6187d64f3ce..5b04b32a89e3 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