Skip to content

Commit 64c0890

Browse files
authored
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
1 parent 388b5da commit 64c0890

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)