https://github.com/python/cpython
Revision 469ede4dbc3ef4146803424a9a3a1e16391f5013 authored by Łukasz Langa on 19 March 2024, 15:40:39 UTC, committed by Łukasz Langa on 19 March 2024, 15:40:39 UTC
1 parent 41be376
Raw File
Tip revision: 469ede4dbc3ef4146803424a9a3a1e16391f5013 authored by Łukasz Langa on 19 March 2024, 15:40:39 UTC
Python 3.8.19
Tip revision: 469ede4
.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