https://github.com/python/cpython
Raw File
Tip revision: deaf509e8fc6e0363bd6f26d52ad42f976ec42f2 authored by Pablo Galindo on 24 October 2022, 17:34:46 UTC
Python 3.11.0
Tip revision: deaf509
.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