1 Star 0 Fork 0

tangqiang/vue-template

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.editorconfig 612 Bytes
一键复制 编辑 原始数据 按行查看 历史
tangqiang 提交于 2020-03-20 21:55 . 初始化typescript
# 告诉EditorConfig插件,这是根文件,不用继续往上查找
root = true
# 匹配全部文件
[*]
# 结尾换行符,可选"lf"、"cr"、"crlf"
end_of_line = lf
# 在文件结尾插入新行
insert_final_newline = true
# 删除一行中的前后空格
trim_trailing_whitespace = true
# 设置字符集
charset = utf-8
[*.ts]
# 缩进风格,可选"space"、"tab"
indent_style = space
# 缩进的空格数
indent_size = 4
# 匹配什么结尾的文件
[*.{vue, js, html, json, yml}]
indent_style = space
indent_size = 2
# 匹配markdown
[Makefile]
indent_style = tab
# tab的宽度
tab_width = 4
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/tangqiang1994/vue-template.git
git@gitee.com:tangqiang1994/vue-template.git
tangqiang1994
vue-template
vue-template
master

搜索帮助