mirror of
https://github.com/python/cpython.git
synced 2026-01-26 12:55:08 +00:00
gh-115317: Rewrite changelog filter to use vanilla JavaScript (GH-115324) (cherry picked from commit 341d7874f063dcb141672b09f62c19ffedd0a557) 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
|