代码拉取完成,页面将自动刷新
# 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
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。