summaryrefslogtreecommitdiffstats
path: root/Tools
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2023-07-16 07:03:24 (GMT)
committerGitHub <noreply@github.com>2023-07-16 07:03:24 (GMT)
commit9aeb9d1e80a8b6ff3d613c6d7fc4efd49a9a8a79 (patch)
tree92aa61b4eea6c355c6ec70364a492ac2b4b3dd5c /Tools
parentc73f9c045e3adc130bda6a3e2b986b639c0621d5 (diff)
downloadcpython-9aeb9d1e80a8b6ff3d613c6d7fc4efd49a9a8a79.zip
cpython-9aeb9d1e80a8b6ff3d613c6d7fc4efd49a9a8a79.tar.gz
cpython-9aeb9d1e80a8b6ff3d613c6d7fc4efd49a9a8a79.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>
Diffstat (limited to 'Tools')
-rw-r--r--Tools/wasm/.editorconfig3
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