From 64c0890b697783db9b3f67e3bb4dcee1165a0b9b Mon Sep 17 00:00:00 2001 From: Eisuke Kawashima Date: Tue, 11 Jul 2023 23:55:37 +0900 Subject: [PATCH] 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 --- Tools/wasm/.editorconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Tools/wasm/.editorconfig b/Tools/wasm/.editorconfig index da1aa6acacc..4de5fe5954d 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