Skip to content

Commit c77de3e

Browse files
committed
phpcs style fix all the files!
1 parent 4fc0bb6 commit c77de3e

File tree

5,357 files changed

+134624
-103301
lines changed

Some content is hidden

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

5,357 files changed

+134624
-103301
lines changed

.editorconfig

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
root = true
2+
3+
[*]
4+
charset = utf-8
5+
indent_style = space
6+
indent_size = 4
7+
insert_final_newline = true
8+
trim_trailing_whitespace = true
9+
10+
[*.json]
11+
indent_size = 2
12+
13+
[*.yml]
14+
indent_size = 2
15+
16+
[*.yaml]
17+
indent_size = 2
18+
19+
[Makefile]
20+
indent_style = tab

.gitattributes

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Ignoring files for distribution archieves
2+
.github/ export-ignore
3+
etc/ export-ignore
4+
tests/ export-ignore
5+
var/ export-ignore
6+
.editorconfig export-ignore
7+
.gitattributes export-ignore
8+
.gitignore export-ignore
9+
CONTRIBUTING.md export-ignore
10+
composer.lock export-ignore
11+
infection.json.dist export-ignore
12+
Makefile export-ignore
13+
phpunit.xml.dist export-ignore
14+
README.md export-ignore

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
var/
2+
vendor/
3+
etc/qa/.phpunit.result.cache

0 commit comments

Comments
 (0)