https://github.com/python/cpython
Revision 972396143f9cb2478ab933a5ede39fa840d514bf authored by Miss Islington (bot) on 26 February 2023, 02:32:57 UTC, committed by GitHub on 26 February 2023, 02:32:57 UTC

(cherry picked from commit bcadcde7122f6d3d08b35671d67e105149371a2f)

Co-authored-by: Skip Montanaro <skip.montanaro@gmail.com>
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
1 parent 6fa6c2a
Raw File
Tip revision: 972396143f9cb2478ab933a5ede39fa840d514bf authored by Miss Islington (bot) on 26 February 2023, 02:32:57 UTC
gh-102259: Fix re doc issue regarding right square brackets (GH-102264)
Tip revision: 9723961
.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