Browse Source

minor #4753 Do not apply any text/.git filters to fixtures (mvorisek)

This PR was merged into the 2.15 branch.

Discussion
----------

Do not apply any text/.git filters to fixtures

Fix CS, important as many editors add the final EOL and change EOL to `\n` on save and it is very hard to work with the current text files.

Commits
-------

2e427d01 Do not apply any text/.git filters to fixtures
SpacePossum 5 years ago
parent
commit
3c09157de3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .gitattributes

+ 1 - 1
.gitattributes

@@ -23,4 +23,4 @@
 *.php   text whitespace=blank-at-eol,blank-at-eof,space-before-tab,tab-in-indent,tabwidth=4 diff=php
 *.rst   text whitespace=blank-at-eol,blank-at-eof
 *.yml   text whitespace=blank-at-eol,blank-at-eof,space-before-tab,tab-in-indent,tabwidth=4
-/tests/Fixtures/**/* -text
+/tests/Fixtures/**/* -text -filter