-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
Add .gram
file to the .editorconfig
#136680
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
trim_trailing_whitespace = true | ||
insert_final_newline = true | ||
indent_style = space | ||
|
||
[*.{py,c,cpp,h}] | ||
[*.{py,c,cpp,h,gram}] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure that it's relevant to issue.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It sets <tab>
to use 4 spaces. It is rather useful.
Thanks @sobolevn for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14. |
(cherry picked from commit 2f0db9b) Co-authored-by: sobolevn <[email protected]>
Sorry, @sobolevn, I could not cleanly backport this to
|
GH-136714 is a backport of this pull request to the 3.14 branch. |
(cherry picked from commit 2f0db9b) Co-authored-by: sobolevn <[email protected]>
GH-136715 is a backport of this pull request to the 3.13 branch. |
Add `.gram` file to the `.editorconfig` (GH-136680) (cherry picked from commit 2f0db9b) Co-authored-by: sobolevn <[email protected]>
(cherry picked from commit 2f0db9b)
See https://github.com/python/cpython/actions/runs/16288817490/job/45993680092?pr=136653