https://github.com/python/cpython
Raw File
Tip revision: 5b3fcc04e30971ef4a8002003454cae3de910435 authored by Miss Islington (bot) on 31 August 2024, 06:38:11 UTC
[3.12] gh-123407: Enable translating literal and code blocks (GH-123408) (#123531)
Tip revision: 5b3fcc0
.editorconfig
root = true

[*.{py,c,cpp,h,js,rst,md,yml}]
trim_trailing_whitespace = true
insert_final_newline = true
indent_style = space

[*.{py,c,cpp,h}]
indent_size = 4

[*.rst]
indent_size = 3

[*.{js,yml}]
indent_size = 2
back to top