]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add ``.yaml`` to ``.editorconfig`` (#132410)
authorXuehai Pan <XuehaiPan@pku.edu.cn>
Fri, 11 Apr 2025 18:23:13 +0000 (02:23 +0800)
committerGitHub <noreply@github.com>
Fri, 11 Apr 2025 18:23:13 +0000 (19:23 +0100)
.editorconfig

index a6187d64f3ce46eea493de110f61f4cacb6ac925..5b04b32a89e3d22521fec9b637b0badeabf43c79 100644 (file)
@@ -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