https://github.com/python/cpython
Raw File
Tip revision: 2de452f8bf2f78417e04bcf7919beb502c53a0e2 authored by Ɓukasz Langa on 16 March 2022, 12:12:59 UTC
Python 3.9.11, take two
Tip revision: 2de452f
.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