https://github.com/python/cpython
Raw File
Tip revision: 8b6ee5ba3bd08368ba3c763cea28ce1464a88e62 authored by Pablo Galindo on 02 October 2023, 13:26:51 UTC
Python 3.11.6
Tip revision: 8b6ee5b
.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