Skip to content

Commit 0b40f6f

Browse files
committed
Updates from boilerplate.
1 parent e7aae43 commit 0b40f6f

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

Diff for: .gitattributes

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
1-
tests/ export-ignore
2-
*.http eol=crlf
1+
# Common (from boilerplate)
32
.editorconfig export-ignore
43
.gitattributes export-ignore
54
.gitignore export-ignore
65
.scrutinizer.yml export-ignore
76
.travis.yml export-ignore
87
CONDUCT.md export-ignore
98
CONTRIBUTING.md export-ignore
9+
10+
# Project specific
11+
*.http eol=crlf
1012
phpunit.xml.dist export-ignore
11-
VERSION export-ignore
13+
tests/ export-ignore

Diff for: .styleci.yml

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
preset: psr2
2+
finder:
3+
path:
4+
- "src"

0 commit comments

Comments
 (0)