https://github.com/python/cpython
Raw File
Tip revision: 44adf8a80a6e27a394094c99ec0fba8e7124bd7e authored by Ɓukasz Langa on 11 October 2022, 15:42:49 UTC
Python 3.8.15
Tip revision: 44adf8a
.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