https://github.com/python/cpython
Raw File
Tip revision: a7a450f84a087421603170c2dad226bb881d4d9a authored by Pablo Galindo on 06 December 2022, 19:04:38 UTC
Python 3.11.1
Tip revision: a7a450f
.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