Skip to content

Commit 0eb3c03

Browse files
committed
1 parent 32e452d commit 0eb3c03

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-0
lines changed

.editorconfig

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
/.build export-ignore
2+
/.github export-ignore
3+
/.phan export-ignore
4+
/.phpdoc export-ignore
5+
/docs export-ignore
6+
/examples export-ignore
7+
/tests export-ignore
8+
/.editorconfig export-ignore
9+
/.gitattributes export-ignore
10+
/.gitignore export-ignore
11+
/.readthedocs.yml export-ignore
12+
/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

Comments
 (0)