mirror of
https://github.com/python/cpython.git
synced 2026-07-07 18:50:03 -04:00
ee49644cc9
Along the way, also move related files into their appropriate directories and update `.github/CODEOWNERS`.
9 lines
163 B
INI
9 lines
163 B
INI
# This extends the root .editorconfig
|
|
root = false
|
|
|
|
[*.{html,js}]
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|
|
indent_style = space
|
|
indent_size = 4
|