]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add `.gram` file to the `.editorconfig` (#136680)
authorsobolevn <mail@sobolevn.me>
Wed, 16 Jul 2025 14:35:15 +0000 (17:35 +0300)
committerGitHub <noreply@github.com>
Wed, 16 Jul 2025 14:35:15 +0000 (17:35 +0300)
.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]