tisonkun commented on code in PR #2939: URL: https://github.com/apache/incubator-opendal/pull/2939#discussion_r1306593304
########## .editorconfig: ########## @@ -38,13 +38,16 @@ indent_size = 2 [*.yml] indent_size = 2 +[*.toml] +indent_size = 2 Review Comment: This helps for IDE since most IDE doesn't identify taplo's config. We we indent_size = 2 in taplo also. ########## .editorconfig: ########## @@ -38,13 +38,16 @@ indent_size = 2 [*.yml] indent_size = 2 +[*.toml] +indent_size = 2 Review Comment: This helps for IDE since most IDE doesn't identify taplo's config. We use `indent_size = 2` in taplo also. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
