1 Star 2 Fork 0

aRoming/Course_LA

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.editorconfig 1.49 KB
一键复制 编辑 原始数据 按行查看 历史
aRoming 提交于 2021-08-30 12:33 . docs(global): init
# 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
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/aroming/course_la.git
git@gitee.com:aroming/course_la.git
aroming
course_la
Course_LA
main

搜索帮助