https://github.com/python/cpython
Raw File
Tip revision: 3de092b82f5aa02fa293cd654c2ab26556ecf703 authored by Rafael Fontenelle on 20 July 2024, 03:46:57 UTC
Docs: Fix a typo in What's New in Python 3.13 (#122051)
Tip revision: 3de092b
.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