1 Star 0 Fork 1

cestr/uni-preset-vue-cli-extension-park

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.editorconfig 679 Bytes
一键复制 编辑 原始数据 按行查看 历史
cestr 提交于 2022-07-02 14:10 . cli 配置
# editorconfig.org
#表示是最顶层的配置文件,发现设为true时,才会停止查找.editorconfig文件
root = true
[*]
# 设置编码,值为latin1、utf-8、utf-8-bom、utf-16be和utf-16le,不建议使用utf-8-bom
charset = utf-8
# 用一个整数定义的列数来设置缩进的宽度,如果indent_style为tab,则此属性默认为tab_width
indent_size = 2
# 设置缩进风格(tab是硬缩进,space为软缩进)
indent_style = space
# 设为true表示使文件以一个空白行结尾
insert_final_newline = true
# 设为true表示会去除换行行首的任意空白字符。
trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/cestr/uni-preset-vue-cli-extension-park.git
[email protected]:cestr/uni-preset-vue-cli-extension-park.git
cestr
uni-preset-vue-cli-extension-park
uni-preset-vue-cli-extension-park
main

搜索帮助