mirror of
https://github.com/python/cpython.git
synced 2024-11-26 19:34:19 +08:00
1b36a8fc6a
gh-115317: Rewrite changelog filter to use vanilla JavaScript (GH-115324)
(cherry picked from commit 341d7874f0
)
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Co-authored-by: Tomas R <tomas.roun8@gmail.com>
16 lines
214 B
INI
16 lines
214 B
INI
root = true
|
|
|
|
[*.{py,c,cpp,h,js,rst,md,yml}]
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|
|
indent_style = space
|
|
|
|
[*.{py,c,cpp,h}]
|
|
indent_size = 4
|
|
|
|
[*.rst]
|
|
indent_size = 3
|
|
|
|
[*.{js,yml}]
|
|
indent_size = 2
|