https://github.com/python/cpython
Revision 7b3cf3a2884b130c519fbe271e4d2a762248c2a0 authored by Miss Islington (bot) on 04 June 2022, 03:38:54 UTC, committed by GitHub on 04 June 2022, 03:38:54 UTC
(cherry picked from commit 8150b8cf7fe09d601246f5bdc6456a0e31f31bca)

Co-authored-by: jackh-ncl <1750152+jackh-ncl@users.noreply.github.com>
1 parent b382bf5
Raw File
Tip revision: 7b3cf3a2884b130c519fbe271e4d2a762248c2a0 authored by Miss Islington (bot) on 04 June 2022, 03:38:54 UTC
gh-92886: Fix test that fails when running with `-O` in `test_imaplib.py` (GH-93237)
Tip revision: 7b3cf3a
.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