https://github.com/python/cpython
Raw File
Tip revision: 376d66eb5080cf8076d767b0916c103463343963 authored by Ɓukasz Langa on 24 August 2023, 17:51:41 UTC
Python 3.9.18
Tip revision: 376d66e
.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