1 Star 0 Fork 60

sparkinzy / GridManager

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintignore 520 Bytes
一键复制 编辑 原始数据 按行查看 历史
# editorconfig.org
root = true
[**]
# Unix-style newlines with a newline ending every file
end_of_line = lf
insert_final_newline = true
# 去除行尾空白字符
trim_trailing_whitespace = true
# 编码格式,编码格式,支持latin1、utf-8、utf-8-bom、utf-16be和utf-16le,不建议使用uft-8-bom。
charset = utf-8
# 项目中采用tab作为代码缩进样式
indent_style = tab
[*.md]
trim_trailing_whitespace = false
[{package.json,.babelrc,.eslintrc,.esdocrc}]
indent_style = space
indent_size = 4
JavaScript
1
https://gitee.com/sparkinzy/GridManager.git
git@gitee.com:sparkinzy/GridManager.git
sparkinzy
GridManager
GridManager
master

搜索帮助