https://github.com/python/cpython
Raw File
Tip revision: 40d77b93672406d1c6e80760fec1321cb1b3473a authored by jkriegshauser on 27 March 2024, 15:24:46 UTC
[3.9] gh-116773: Fix overlapped memory corruption crash (GH-116774) (GH-117080)
Tip revision: 40d77b9
.editorconfig
root = true

[*.{py,c,cpp,h,rst,md,yml}]
trim_trailing_whitespace = true
insert_final_newline = true
indent_style = space

[*.{py,c,cpp,h}]
indent_size = 4

[*.yml]
indent_size = 2
back to top