diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2023-07-16 07:10:39 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-16 07:10:39 (GMT) |
commit | f0df92a9ce433a700b7a464d1ca0615e9fe478b2 (patch) | |
tree | 7c0f60cb57f604add8964804a4d8bdc5e31c6478 | |
parent | 30c127fcec28898df424c390c283ed76652ef7fe (diff) | |
download | cpython-f0df92a9ce433a700b7a464d1ca0615e9fe478b2.zip cpython-f0df92a9ce433a700b7a464d1ca0615e9fe478b2.tar.gz cpython-f0df92a9ce433a700b7a464d1ca0615e9fe478b2.tar.bz2 |
wasm: do not use inline comment in .editorconfig (GH-106610)
It is no longer valid since 0.15.0
https://github.com/editorconfig/specification/blob/v0.15/index.rstGH-no-inline-comments
(cherry picked from commit 64c0890b697783db9b3f67e3bb4dcee1165a0b9b)
Co-authored-by: Eisuke Kawashima <e-kwsm@users.noreply.github.com>
-rw-r--r-- | Tools/wasm/.editorconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Tools/wasm/.editorconfig b/Tools/wasm/.editorconfig index da1aa6a..4de5fe5 100644 --- a/Tools/wasm/.editorconfig +++ b/Tools/wasm/.editorconfig @@ -1,4 +1,5 @@ -root = false # This extends the root .editorconfig +# This extends the root .editorconfig +root = false [*.{html,js}] trim_trailing_whitespace = true |