wasm: do not use inline comment in .editorconfig (#106610)

It is no longer valid since 0.15.0
https://github.com/editorconfig/specification/blob/v0.15/index.rst#no-inline-comments
This commit is contained in:
Eisuke Kawashima 2023-07-11 23:55:37 +09:00 committed by GitHub
parent 388b5daa52
commit 64c0890b69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

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