https://github.com/python/cpython
Raw File
Tip revision: 9a2d5311d1201818d3942b1ea1ab2ad290b45254 authored by Ɓukasz Langa on 06 June 2023, 13:32:21 UTC
Python 3.8.17
Tip revision: 9a2d531
.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