https://github.com/python/cpython
Raw File
Tip revision: b973ab3c3b333976d375c0cd4129cc3377769ea8 authored by Thomas Wouters on 18 September 2023, 19:47:01 UTC
Python 3.12.0rc3
Tip revision: b973ab3
.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