]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add `.toml` to `.editorconfig` (#151481)
authorsobolevn <mail@sobolevn.me>
Mon, 15 Jun 2026 09:14:11 +0000 (12:14 +0300)
committerGitHub <noreply@github.com>
Mon, 15 Jun 2026 09:14:11 +0000 (12:14 +0300)
.editorconfig

index 25bc5935258bd145e89effada9d7a5ce3934d513..ab1f7ce8425769ec0dca4fb85d58748d0c18391b 100644 (file)
@@ -1,11 +1,11 @@
 root = true
 
-[*.{py,c,cpp,h,js,rst,md,yml,yaml,gram}]
+[*.{py,c,cpp,h,js,rst,md,yml,yaml,toml,gram}]
 trim_trailing_whitespace = true
 insert_final_newline = true
 indent_style = space
 
-[*.{py,c,cpp,h,gram}]
+[*.{py,c,cpp,h,toml,gram}]
 indent_size = 4
 
 [*.rst]