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 64c0890b69)

Co-authored-by: Eisuke Kawashima <e-kwsm@users.noreply.github.com>
This commit is contained in:
Miss Islington (bot) 2023-07-16 00:10:39 -07:00 committed by GitHub
parent 30c127fcec
commit f0df92a9ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View 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