https://github.com/python/cpython
Raw File
Tip revision: 07119dd38c9a6e5da84ca8a0a46acdf8a3e60ecf authored by Ɓukasz Langa on 30 August 2021, 14:26:41 UTC
Python 3.8.12
Tip revision: 07119dd
.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