https://github.com/python/cpython
Raw File
Tip revision: 8ecc162553c5d0e1d14628319278353056346d04 authored by Eisuke Kawashima on 27 April 2022, 14:51:36 UTC
Update Misc/NEWS.d/next/Library/2018-11-11-04-41-11.bpo-22276.Tt19TW.rst
Tip revision: 8ecc162
.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