Skip to content

Commit fa00f1f

Browse files
authoredSep 11, 2021
Merge pull request #101 from UseMuffin/cake-4.x
Cake 4.x
2 parents 9bde164 + f5351a3 commit fa00f1f

File tree

70 files changed

+1157
-1733
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+1157
-1733
lines changed
 

‎.editorconfig

+4-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,7 @@ end_of_line = crlf
1515

1616
[*.yml]
1717
indent_style = space
18-
indent_size = 2
18+
indent_size = 2
19+
20+
[*.neon]
21+
indent_style = tab

‎.gitattributes

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
.editorconfig export-ignore
33
.gitattributes export-ignore
44
.gitignore export-ignore
5-
.semver export-ignore
6-
phpunit.xml.dist export-ignore
75
.travis.yml export-ignore
86
tests export-ignore
7+
phpstan.neon export-ignore
8+
psalm.xml export-ignore
9+
.github export-ignore

0 commit comments

Comments
 (0)
Please sign in to comment.