https://github.com/python/cpython
Raw File
Tip revision: 882f62bd93fcd5775068c3b3d1e5ce62f2feaba3 authored by Ɓukasz Langa on 19 March 2024, 15:48:02 UTC
Python 3.9.19
Tip revision: 882f62b
.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