https://github.com/python/cpython
Raw File
Tip revision: 63bcd91daccc7c873d57e21406d038f8216b6ddf authored by Thomas Wouters on 05 August 2023, 12:10:03 UTC
Python 3.12.0rc1
Tip revision: 63bcd91
.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