From: sobolevn Date: Wed, 16 Jul 2025 15:05:47 +0000 (+0300) Subject: [3.13] Add `.gram` file to the `.editorconfig` (GH-136680) (#136715) X-Git-Tag: v3.13.6~77 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3e718d9144c1eb251e2d3b9e8595c4ab270c6275;p=thirdparty%2FPython%2Fcpython.git [3.13] Add `.gram` file to the `.editorconfig` (GH-136680) (#136715) (cherry picked from commit 2f0db9b05f0598548c0c136571c31065ecf961e5) --- diff --git a/.editorconfig b/.editorconfig index a6187d64f3ce..222bc76aca86 100644 --- a/.editorconfig +++ b/.editorconfig @@ -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]