mirror of
https://github.com/python/cpython.git
synced 2025-10-19 16:03:42 +00:00
[3.14] Add .gram
file to the .editorconfig
(GH-136680) (#136714)
Add `.gram` file to the `.editorconfig` (GH-136680)
(cherry picked from commit 2f0db9b05f
)
Co-authored-by: sobolevn <mail@sobolevn.me>
This commit is contained in:
parent
677b0e314c
commit
9ab29cac19
1 changed files with 2 additions and 2 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue