]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.13] Add `.gram` file to the `.editorconfig` (GH-136680) (#136715)
authorsobolevn <mail@sobolevn.me>
Wed, 16 Jul 2025 15:05:47 +0000 (18:05 +0300)
committerGitHub <noreply@github.com>
Wed, 16 Jul 2025 15:05:47 +0000 (15:05 +0000)
(cherry picked from commit 2f0db9b05f0598548c0c136571c31065ecf961e5)

.editorconfig

index a6187d64f3ce46eea493de110f61f4cacb6ac925..222bc76aca8648ac34a5cdb552a905b78c369d86 100644 (file)
@@ -1,11 +1,11 @@
 root = true
 
-[*.{py,c,cpp,h,js,rst,md,yml}]
+[*.{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]