1 Star 0 Fork 102

嘘,咱低调点 / GBlog-wx

forked from fuzui / GBlog-wx 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.editorconfig 737 Bytes
一键复制 编辑 原始数据 按行查看 历史
fuzui 提交于 2021-11-01 23:21 . style: 规范代码
# .editorconfig
# http://editorconfig.org
# https://github.com/editorconfig/editorconfig/wiki/EditorConfig-Properties
# 根目录的配置文件,编辑器会由当前目录向上查找,如果找到 `roor = true` 的文件,则不再查找
root = true
# 匹配所有的文件
[*]
# 缩进风格:space
indent_style = space
# 缩进大小 2
indent_size = 2
# 换行符 lf
end_of_line = lf
# 字符集 utf-8
charset = utf-8
# 不保留行末的空格
trim_trailing_whitespace = true
# 文件末尾添加一个空行
insert_final_newline = true
# 运算符两遍都有空格
spaces_around_operators = true
# 对所有的 js 文件生效
[*.js]
# 字符串使用单引号
quote_type = single
[*.md]
trim_trailing_whitespace = false
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/werwrer/GBlog-wx.git
git@gitee.com:werwrer/GBlog-wx.git
werwrer
GBlog-wx
GBlog-wx
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891