1 Star 2 Fork 0

一月/element-theme-kaijia

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.editorconfig 837 Bytes
一键复制 编辑 原始数据 按行查看 历史
wangguofeng 提交于 2021-10-03 18:22 . element-ui主题色自定义脚手架
# 表明这是最顶层的配置文件,这样才会停止继续向上查找 .editorconfig 文件;
# 查找的 .editorconfig 文件是从顶层开始读取的,类似变量作用域的效果,内部
# 的 .editorconfig 文件属性优先级更高
root = true
# 指定作用文件格式
[*]
# 缩进的类型 [space | tab]
indent_style = space
# 缩进的大小
# tab_width: 设置整数用于指定替代tab的列数。默认值就是indent_size的值,一般无需指定。
indent_size = 2
# 定义换行符 [lf | cr | crlf]
end_of_line = lf
# 编码格式。支持latin1、utf-8、utf-8-bom、utf-16be和utf-16le,不建议使用uft-8-bom。
charset = utf-8
# 是否除去换行行首的任意空白字符
trim_trailing_whitespace = false
# 文件是否以一个空白行结尾 [true | false]
insert_final_newline = true
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/onemonth/element-theme-kaijia.git
git@gitee.com:onemonth/element-theme-kaijia.git
onemonth
element-theme-kaijia
element-theme-kaijia
master

搜索帮助