1 Star 0 Fork 1

xiaowoniu/vue-po-blog

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.editorconfig 779 Bytes
一键复制 编辑 原始数据 按行查看 历史
aceHubert 提交于 2020-09-14 11:38 . chore: initial project
# EditorConfig is awesome: https://editorconfig.org/
# top-most EditorConfig file
root = true
[*.md]
trim_trailing_whitespace = false # .md 文件不去掉每行末尾的空格
[*.js]
trim_trailing_whitespace = true
# Unix-style newlines with a newline ending every file
[*]
indent_style = space # 输入的 tab 都用空格代替
indent_size = 2 # 一个 tab 用 2 个空格代替
end_of_line = unix # 换行符使用 unix 的换行符 \r\n
charset = utf-8 # 字符编码 utf-8
insert_final_newline = true # 去掉每行末尾的空格
insert_final_newline = true # 每个文件末尾都加一个空行
max_line_length = 120 # //一行的字符数,如果超过会进行换行
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/xiaowoniu168/vue-po-blog.git
git@gitee.com:xiaowoniu168/vue-po-blog.git
xiaowoniu168
vue-po-blog
vue-po-blog
master

搜索帮助