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 32e452d commit 0eb3c03Copy full SHA for 0eb3c03
.editorconfig
@@ -0,0 +1,12 @@
1
+root = true
2
+
3
+[*]
4
+indent_style = tab
5
+charset = utf-8
6
+end_of_line = lf
7
+trim_trailing_whitespace = true
8
+insert_final_newline = true
9
10
+[*.yml]
11
+indent_style = space
12
+indent_size = 2
.gitattributes
@@ -0,0 +1,17 @@
+/.build export-ignore
+/.github export-ignore
+/.phan export-ignore
+/.phpdoc export-ignore
+/docs export-ignore
+/examples export-ignore
+/tests export-ignore
+/.editorconfig export-ignore
+/.gitattributes export-ignore
+/.gitignore export-ignore
+/.readthedocs.yml export-ignore
+/phpcs.xml.dist export-ignore
13
+/phpdoc.xml.dist export-ignore
14
+/phpmd.xml.dist export-ignore
15
+/phpunit.xml.dist export-ignore
16
17
+*.php diff=php
0 commit comments