This is an automated email from the ASF dual-hosted git repository. suyanhanx pushed a commit to branch random-root-nodejs-test in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git
commit 13daaeefe282f51c356126a65358ae9dfa6ba5cf Author: suyanhanx <[email protected]> AuthorDate: Wed Nov 1 20:17:28 2023 +0800 fix editor config Signed-off-by: suyanhanx <[email protected]> --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index c14889663..85ebb7a55 100644 --- a/.editorconfig +++ b/.editorconfig @@ -47,7 +47,7 @@ indent_size = 2 [*.{ts,tsx}] indent_size = 2 -[*.{js,jsx}] +[*.{mjs,js,jsx}] indent_size = 2 [*.css]
