https://github.com/python/cpython
Revision a17f313e3958e825db9a83594c8471a984316536 authored by Christopher Chianelli on 28 March 2024, 22:26:56 UTC, committed by GitHub on 28 March 2024, 22:26:56 UTC
1 parent 26d328b
Raw File
Tip revision: a17f313e3958e825db9a83594c8471a984316536 authored by Christopher Chianelli on 28 March 2024, 22:26:56 UTC
gh-117339: Use NULL instead of None for LOAD_SUPER_ATTR in dis docs (GH-117343)
Tip revision: a17f313
.editorconfig
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
back to top