https://github.com/python/cpython
Raw File
Tip revision: f3909b8bc83675b7ab093dbc558e677558d8e718 authored by Pablo Galindo on 04 April 2023, 22:21:41 UTC
Python 3.11.3
Tip revision: f3909b8
.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