1 Star 0 Fork 0

Eugene-Forest/A-Sphinx-Book-Template

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.editorconfig 700 Bytes
一键复制 编辑 原始数据 按行查看 历史
Eugene-Forest 提交于 2022-01-06 15:17 +08:00 . 添加editerconfig文件
# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file 表示是最顶层的配置文件,发现设为true时,才会停止查找.editorconfig文件
root = true
# Matches multiple files with brace expansion notation
# Set default charset
[*.{rst,py,md,txt,html,xml,java,yaml,json}]
charset = utf-8
# Unix-style newlines with a newline ending every file 对于所有的文件 始终在文件末尾插入一个新行
[*]
end_of_line = lf
insert_final_newline = true
# 4 space indentation 控制py文件类型的缩进大小
[*.{py,md,java}]
indent_style = space
indent_size = 4
[*.rst]
indent_style = space
indent_size = 3
[*.sh]
indent_style = space
indent_size = 2
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/eugene-forest/A-Sphinx-Book-Template.git
git@gitee.com:eugene-forest/A-Sphinx-Book-Template.git
eugene-forest
A-Sphinx-Book-Template
A-Sphinx-Book-Template
main

搜索帮助