1 Star 7 Fork 1.6K

AIU_LJ/AG-Admin-UI

forked from 江离/Cloud-Platform-UI 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.editorconfig 609 Bytes
一键复制 编辑 原始数据 按行查看 历史
AIU_LJ 提交于 2018-10-15 16:11 . 初步尝试
# http://editorconfig.org
# 表示该配置文件就是根配置文件,不需要再向父级目录搜索
root = true
# 对所有文件有效
[*]
#设置编码格式
charset = utf-8
# 缩进类型 可选space和tab
indent_style = space
# 缩进数量可选整数值2 or 4,或者tab
indent_size = 2
# 换行符的格式
end_of_line = lf
# 是否在文件的最后插入一个空行 可选true和false
insert_final_newline = true
# 是否删除行尾的空格 可选择true和false
trim_trailing_whitespace = true
# 只对md文件有效
[*.md]
insert_final_newline = false
trim_trailing_whitespace = false
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/liaoj/AG-Admin-v2.0.git
[email protected]:liaoj/AG-Admin-v2.0.git
liaoj
AG-Admin-v2.0
AG-Admin-UI
master

搜索帮助