mirror of
https://github.com/python/cpython.git
synced 2026-08-02 04:40:37 +08:00
Add `.gram` file to the `.editorconfig` (GH-136680) (cherry picked from commit 2f0db9b05f0598548c0c136571c31065ecf961e5) Co-authored-by: sobolevn <mail@sobolevn.me>
16 lines
234 B
INI
16 lines
234 B
INI
root = true
|
|
|
|
[*.{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,gram}]
|
|
indent_size = 4
|
|
|
|
[*.rst]
|
|
indent_size = 3
|
|
|
|
[*.{js,yml,yaml}]
|
|
indent_size = 2
|