为什么vue-element-admin里.editorconfig的end_of_line是lf,但是实际是CRLF呢?

如题:

下载了 vue-element-admin 的代码

.editorconfig

# https://editorconfig.org
root = true

[*]
charset = utf-8
indent_style = space
indent_size = 2
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true

[*.md]
insert_final_newline = false
trim_trailing_whitespace = false

但是代码里都是CRLF而不是LF,这是为什么呢?

开发环境
Vscode + w10

阅读 2.1k
撰写回答
你尚未登录,登录后可以
  • 和开发者交流问题的细节
  • 关注并接收问题和回答的更新提醒
  • 参与内容的编辑和改进,让解决方法与时俱进
推荐问题