https://github.com/python/cpython
Raw File
Tip revision: b494f5935c92951e75597bfe1c8b1f3112fec270 authored by Pablo Galindo on 04 October 2021, 17:27:07 UTC
Python 3.10.0
Tip revision: b494f59
.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