https://github.com/python/cpython
Raw File
Tip revision: f43e7678a1443b2583fc9bfba091b8ca7e38f075 authored by Ɓukasz Langa on 06 September 2022, 18:54:44 UTC
Python 3.8.14
Tip revision: f43e767
.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