https://github.com/python/cpython
Raw File
Tip revision: ccb0e6a3452335a4c3e2433934c3c0c5622a34cd authored by Ɓukasz Langa on 15 November 2021, 17:26:38 UTC
Python 3.9.9
Tip revision: ccb0e6a
.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