]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
wasm: do not use inline comment in .editorconfig (#106610)
authorEisuke Kawashima <e-kwsm@users.noreply.github.com>
Tue, 11 Jul 2023 14:55:37 +0000 (23:55 +0900)
committerGitHub <noreply@github.com>
Tue, 11 Jul 2023 14:55:37 +0000 (23:55 +0900)
It is no longer valid since 0.15.0
https://github.com/editorconfig/specification/blob/v0.15/index.rst#no-inline-comments

Tools/wasm/.editorconfig

index da1aa6acaccc7eef345e859ba511135813b3da09..4de5fe5954d84b08958152887bca9be7d9abe4b6 100644 (file)
@@ -1,4 +1,5 @@
-root = false  # This extends the root .editorconfig
+# This extends the root .editorconfig
+root = false
 
 [*.{html,js}]
 trim_trailing_whitespace = true