https://github.com/python/cpython
Raw File
Tip revision: f992a60014b7ca83de038fc64572a63f4eb39c74 authored by Thomas Wouters on 19 June 2023, 18:55:07 UTC
Python 3.12.0b3
Tip revision: f992a60
.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