diff options
-rw-r--r-- | Tools/wasm/.editorconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Tools/wasm/.editorconfig b/Tools/wasm/.editorconfig index da1aa6a..4de5fe5 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 |