cpython/Tools/wasm/emscripten/.editorconfig
Brett Cannon ee49644cc9 GH-133600: Refactor wasi.py into wasi/__main__.py
Along the way, also move related files into their appropriate directories and update `.github/CODEOWNERS`.
2025-05-07 12:10:53 -07:00

8 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