11 Star 80 Fork 27

Wechaty / wechaty

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.editorconfig 327 Bytes
一键复制 编辑 原始数据 按行查看 历史
Huan 提交于 2018-10-04 19:58 . Makefile support for editorconfig
# Editor configuration, see http://editorconfig.org
root = true
[*]
charset = utf-8
indent_style = space
indent_size = 2
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.md]
max_line_length = 0
trim_trailing_whitespace = false
# 4 tab indentation
[Makefile]
indent_style = tab
indent_size = 4
TypeScript
1
https://gitee.com/wechaty/wechaty.git
git@gitee.com:wechaty/wechaty.git
wechaty
wechaty
wechaty
master

搜索帮助