https://github.com/python/cpython
Revision b32789ccb91bbe43e88193f68b1364a8da6d9866 authored by Jelle Zijlstra on 04 April 2024, 10:39:16 UTC, committed by GitHub on 04 April 2024, 10:39:16 UTC
1 parent 3f5bcc8
Raw File
Tip revision: b32789ccb91bbe43e88193f68b1364a8da6d9866 authored by Jelle Zijlstra on 04 April 2024, 10:39:16 UTC
gh-117521: Improve typing.TypeGuard docstring (#117522)
Tip revision: b32789c
.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