https://github.com/python/cpython
Raw File
Tip revision: f37715396786fd4055f5891aa16774ede26392ff authored by Pablo Galindo on 06 June 2022, 11:52:40 UTC
Python 3.10.5
Tip revision: f377153
.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