Visual Studio更新模型来自数据库问题

i was facing a issue while trying to add a new Store Procedure from database . update model from data base is showing extra line changes in all Store Procedure and showing in "Include Changes " in Visual studio . I am using Visual Studio 2015 , trying to add newly created store Procedure in Entity . any help will be appreciable ,it making me in trouble a lot .[![enter image description here][1]][1] 

这个屏幕从模型更新后获得。 在此处输入图像描述 这个屏幕在比较变化之后得到, 在此处输入图像描述

请查看我在运行“git config -l –show-origin”后得到的设置 在此处输入图像描述

尝试从数据库添加新的存储过程时,我遇到了一个问题:
从数据库更新模型显示所有存储过程中的额外行更改并显示在Visual Studio中的“包括更改”中。

这些额外的行只是在方法声明之间添加的空行。
它们与core.autocrlf和eol(行尾)字符无关。

如果您添加/提交这些更改,下次更新模型时,您不应再次看到这些额外的行(因为它们已经存在)。

所以这不是一个实际问题,只是默认情况下Visual Studio格式化该文件的方式。 您可以继续执行这些更改,如图所示。