Skip to content

Commit 9aeb9d1

Browse files
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 64c0890) Co-authored-by: Eisuke Kawashima <e-kwsm@users.noreply.github.com>
1 parent c73f9c0 commit 9aeb9d1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Tools/wasm/.editorconfig

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
root = false # This extends the root .editorconfig
1+
# This extends the root .editorconfig
2+
root = false
23

34
[*.{html,js}]
45
trim_trailing_whitespace = true

0 commit comments

Comments
 (0)