https://github.com/python/cpython
Raw File
Tip revision: 0d3cd4eb6671872d8d9f049327d196e759615f70 authored by Ɓukasz Langa on 06 June 2023, 09:32:53 UTC
Python 3.9.17
Tip revision: 0d3cd4e
.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