This is an automated email from the ASF dual-hosted git repository.
xuanwo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git
The following commit(s) were added to refs/heads/main by this push:
new 16ad3c75 ci: Fix format after adding editorconfig (#1990)
16ad3c75 is described below
commit 16ad3c7526ec0ed2624b6871a6a197646fd492c8
Author: Xuanwo <[email protected]>
AuthorDate: Fri Apr 14 16:58:05 2023 +0800
ci: Fix format after adding editorconfig (#1990)
* ci: Fix format after adding editorconfig
Signed-off-by: Xuanwo <[email protected]>
* update for js*
Signed-off-by: suyanhanx <[email protected]>
* update for *.md
Signed-off-by: suyanhanx <[email protected]>
* fix code in md
Signed-off-by: suyanhanx <[email protected]>
---------
Signed-off-by: Xuanwo <[email protected]>
Signed-off-by: suyanhanx <[email protected]>
Co-authored-by: suyanhanx <[email protected]>
---
.editorconfig | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/.editorconfig b/.editorconfig
index 64b242b8..77b65fb5 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -33,6 +33,22 @@ indent_size = 4
# double whitespace at end of line
# denotes a line break in Markdown
trim_trailing_whitespace = false
+indent_size = 2
[*.yml]
indent_size = 2
+
+[*.json]
+indent_size = 2
+
+[*.{ts, tsx}]
+indent_size = 2
+
+[*.{js, jsx}]
+indent_size = 2
+
+[*.css]
+indent_size = 2
+
+[*.html]
+indent_size = 2