Skip to content

Commit 260ad93

Browse files
committed
* set gitattribute text and eol for lockfiles by not using marco attr binary which maps to -text -diff @ **/.gitattributes
1 parent 727e782 commit 260ad93

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
devenv.lock binary
1+
devenv.lock text eol=lf -diff
22

33
# https://github.com/gitattributes/gitattributes/blob/master/Common.gitattributes
44
# Common settings that generally should always be used with your language specific settings

be/.gitattributes

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
composer.lock binary
2-
symfony.lock binary
1+
composer.lock text eol=lf -diff
2+
symfony.lock text eol=lf -diff
33

44
# https://github.com/gitattributes/gitattributes/blob/master/PHP.gitattributes
55
# Auto detect text files and perform LF normalization

c#/.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*/packages.lock.json binary
1+
*/packages.lock.json text eol=lf -diff
22

33
# https://github.com/gitattributes/gitattributes/blob/master/CSharp.gitattributes
44
# Auto detect text files and perform LF normalization

0 commit comments

Comments
 (0)