1 Star 0 Fork 2

BLF2/qq-music-api

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.editorconfig 679 Bytes
一键复制 编辑 原始数据 按行查看 历史
# http://editorconfig.org
# https://github.com/editorconfig/editorconfig/wiki/EditorConfig-Properties
# 表示是最顶层的配置文件, 发现设为true时, 才会停止查找.editorconfig文件
root = true
[*]
# tab space
indent_style = tab
indent_size = 2
# 设置换行符, 值为lf, cr, crlf
end_of_line = lf
charset = utf-8
# 用一个整数来设置tab缩进的列数。默认是indent_size
tab_width = indent_size
#是否删除行尾的空格
trim_trailing_whitespace = true
#是否在文件的最后插入一个空行
insert_final_newline = true
[*.md]
indent_size = 2
trim_trailing_whitespace = false
insert_final_newline = true
[Makefile]
indent_style = tab
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/blf2/qq-music-api.git
[email protected]:blf2/qq-music-api.git
blf2
qq-music-api
qq-music-api
master

搜索帮助