Revision 269bf56e3d352c415ec38f93017ba8e291ddb18a authored by Miss Islington (bot) on 22 October 2021, 18:29:52 UTC, committed by GitHub on 22 October 2021, 18:29:52 UTC
(cherry picked from commit f6e8b80d20159596cf641305bad3a833bedd2f4f)

Co-authored-by: Christian Heimes <christian@python.org>
1 parent aa8c344
Raw File
.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