https://github.com/python/cpython
Raw File
Tip revision: 72f00f420afaba3bc873c2a986ca6d07e99fae1f authored by Pablo Galindo on 30 May 2022, 21:16:21 UTC
Python 3.11.0b2
Tip revision: 72f00f4
.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