加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.editorconfig 439 Bytes
一键复制 编辑 原始数据 按行查看 历史
# EditorConfig helps us maintain consistent formatting on non-source files.
# Visit https://editorconfig.org/ for details on how to configure your editor to respect these settings.
# This is the terminal .editorconfig in this repository.
root = true
# You can't change this to * without the `checkfmt` make target failing due to many
# files that don't adhere to this.
[*.yml]
insert_final_newline = true
trim_trailing_whitespace = true
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化