0
0
mirror of https://github.com/python/cpython.git synced 2024-11-24 00:38:00 +01:00
cpython/.editorconfig
Miss Islington (bot) a6808c6378
bpo-44854: Add .editorconfig file to help enforce make patchcheck (GH-27638)
(cherry picked from commit c0ab59f7de)

Co-authored-by: Łukasz Langa <lukasz@langa.pl>
2021-08-10 10:06:18 -07:00

13 lines
181 B
INI

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