vscode中对git的一些修改

236 阅读1分钟
  • vscode中.editorconfig 中文件换行 end_of_line = lf
  • git config --global core.autocrlf false
    • 从git拉取下来的代码文件不用自动转换为crlf换行,保留原来的换行方式(lf换行)