We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3137683 commit a1d9bc4Copy full SHA for a1d9bc4
.gitattributes
@@ -1,3 +1,6 @@
1
+# Set the default behavior, in case people don't have core.autocrlf set.
2
+* text eol=lf
3
+
4
# Ignoring files for distribution archieves
5
.github/ export-ignore
6
etc/ export-ignore
@@ -8,6 +11,10 @@ var/ export-ignore
8
11
.gitattributes export-ignore
9
12
.gitignore export-ignore
10
13
CONTRIBUTING.md export-ignore
14
+composer.lock export-ignore
15
infection.json.dist export-ignore
16
Makefile export-ignore
17
README.md export-ignore
18
19
+# Diffing
20
+*.php diff=php
0 commit comments