This is an automated email from the ASF dual-hosted git repository.
haonan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/master by this push:
new 9dc3885 remove English contents in Chinese doc (#2697)
9dc3885 is described below
commit 9dc3885060e57cf5b7b5a1b6410f47621bf6e07f
Author: wangchao316 <[email protected]>
AuthorDate: Fri Feb 19 17:37:43 2021 +0800
remove English contents in Chinese doc (#2697)
---
docs/zh/Development/ContributeGuide.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/zh/Development/ContributeGuide.md
b/docs/zh/Development/ContributeGuide.md
index 068a768..930b3d8 100644
--- a/docs/zh/Development/ContributeGuide.md
+++ b/docs/zh/Development/ContributeGuide.md
@@ -86,7 +86,7 @@ IoTDB 所有官网上的内容都在项目根目录的 docs 中:
我们使用 [Spotless
plugin](https://github.com/diffplug/spotless/tree/main/plugin-maven) 和
[google-java-format](https://github.com/google/google-java-format) 格式化Java代码.
你可以通过以下步骤将IDE配置为在保存时自动应用格式以IDEA为例):
-1. 下载 [google-java-format-plugin
v1.7.0.5](https://plugins.jetbrains.com/plugin/8527-google-java-format/versions/stable/83169),
安装到IDEA(Preferences -> plugins -> search
google-java-format),[更详细的操作手册](https://github.com/google/google-java-format#intellij-android-studio-and-other-jetbrains-ides)
2. Install the plugin fro [...]
+1. 下载 [google-java-format-plugin
v1.7.0.5](https://plugins.jetbrains.com/plugin/8527-google-java-format/versions/stable/83169),
安装到IDEA(Preferences -> plugins -> search
google-java-format),[更详细的操作手册](https://github.com/google/google-java-format#intellij-android-studio-and-other-jetbrains-ides)
2. 从磁盘安装 (Plugins -> little gear icon -> "Install plugin from disk" ->
Navigate to downloaded zip file)
3. 开启插件,并保持默认的GOOGLE格式 (2-space indents)
4. 在Spotless没有升级到18+之前,不要升级google-java-format插件