logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

the line endings in the following file are not consistent.

有时候,打开别人的项目会出现: the line endings in the following file are not consistent.Do you want to normalize the line endings?原因就是:因为代码行有的是以\r\n结尾,有的是\r或者\n,\r\n是windows操作系统的默认换行符,而后两者是linux和mac的,所以VS检测到了个问题,发出

#visual studio
到底了