https://github.com/python/cpython
Raw File
Tip revision: 7d4cc5aa854fdea4d01a5b9c59e37c6e62f1103d authored by Pablo Galindo on 04 April 2023, 21:56:31 UTC
Python 3.10.11
Tip revision: 7d4cc5a
.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