https://github.com/python/cpython/commit/deda47d6e18d61e982045b795e3599838823db6a commit: deda47d6e18d61e982045b795e3599838823db6a branch: main author: Xuehai Pan <xuehai...@pku.edu.cn> committer: AA-Turner <9087854+aa-tur...@users.noreply.github.com> date: 2025-04-11T19:23:13+01:00 summary:
Add ``.yaml`` to ``.editorconfig`` (#132410) files: M .editorconfig 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 _______________________________________________ Python-checkins mailing list -- python-checkins@python.org To unsubscribe send an email to python-checkins-le...@python.org https://mail.python.org/mailman3/lists/python-checkins.python.org/ Member address: arch...@mail-archive.com