代码拉取完成,页面将自动刷新
# https://editorconfig.org/
# Must be specified in the preamble. Set to true to stop the .editorconfig file search on the current file. The value is case insensitive.
# If root is not set or is set to false, will continue search .editorconfig in parent directory.
root = true
[*]
# Set to tab or space to use hard tabs or soft tabs respectively. The values are case insensitive.
indent_style = space
# Set to a whole number defining the number of columns used for each indentation level and the width of soft tabs (when supported). If this equals tab, the indent_size shall be set to the tab size, which should be tab_width (if specified); else, the tab size set by the editor. The values are case insensitive.
indent_size = 4
# Set to a whole number defining the number of columns used to represent a tab character. This defaults to the value of indent_size and should not usually need to be specified.
# tab_width = 4
# Set to latin1, utf-8, utf-8-bom, utf-16be or utf-16le to control the character set. Use of utf-8-bom is discouraged.
charset = utf-8
# Set to lf, cr, or crlf to control how line breaks are represented. The values are case insensitive.
end_of_line = lf
# Set to true to remove all whitespace characters preceding newline characters in the file and false to ensure it doesn’t.
trim_trailing_whitespace = true
# Set to true ensure file ends with a newline when saving and false to ensure it doesn’t.
insert_final_newline = false
[*.md]
trim_trailing_whitespace = false
insert_final_newline = true
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。