[Python-checkins] wasm: do not use inline comment in .editorconfig (GH-106610)

methane webhook-mailer at python.org
Sun Jul 16 03:03:28 EDT 2023


https://github.com/python/cpython/commit/9aeb9d1e80a8b6ff3d613c6d7fc4efd49a9a8a79
commit: 9aeb9d1e80a8b6ff3d613c6d7fc4efd49a9a8a79
branch: 3.11
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: methane <songofacandy at gmail.com>
date: 2023-07-16T16:03:24+09:00
summary:

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 at users.noreply.github.com>

files:
M Tools/wasm/.editorconfig

diff --git a/Tools/wasm/.editorconfig b/Tools/wasm/.editorconfig
index da1aa6acaccc7..4de5fe5954d84 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



More information about the Python-checkins mailing list