]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.14] Add `.gram` file to the `.editorconfig` (GH-136680) (#136714)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 16 Jul 2025 15:01:44 +0000 (17:01 +0200)
committerGitHub <noreply@github.com>
Wed, 16 Jul 2025 15:01:44 +0000 (15:01 +0000)
Add `.gram` file to the `.editorconfig` (GH-136680)
(cherry picked from commit 2f0db9b05f0598548c0c136571c31065ecf961e5)

Co-authored-by: sobolevn <mail@sobolevn.me>
.editorconfig

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