1 Star 0 Fork 22

wangchuang2022/vscode_Chinese_Input_Assistant

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
.editorconfig 349 Bytes
Copy Edit Raw Blame History
hbybyyang authored 2020-06-27 10:26 . 配置文件的注释描述不准确
root = true
[*]
#缩进风格
indent_style = space
#缩进大小
indent_size = 4
#换行符lf
end_of_line = lf
#字符集utf-8
charset = utf-8
#是否删除行尾的空格
trim_trailing_whitespace = true
#是否在文件的最后插入一个空行
insert_final_newline = true
[*.md]
trim_trailing_whitespace = false
[Makefile]
indent_style = tab
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/wangprice2017/vscode_Chinese_Input_Assistant.git
git@gitee.com:wangprice2017/vscode_Chinese_Input_Assistant.git
wangprice2017
vscode_Chinese_Input_Assistant
vscode_Chinese_Input_Assistant
master

Search