Skip to content
This repository was archived by the owner on Apr 27, 2023. It is now read-only.

Commit c23e058

Browse files
gokureGang Wu
authored and
Gang Wu
committed
Add gitfiles.
1 parent f386371 commit c23e058

File tree

3 files changed

+36
-0
lines changed

3 files changed

+36
-0
lines changed

.editorconfig

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
root = true
2+
3+
[*]
4+
charset = utf-8
5+
end_of_line = lf
6+
insert_final_newline = true
7+
indent_style = space
8+
indent_size = 4
9+
trim_trailing_whitespace = true
10+
11+
[*.md]
12+
trim_trailing_whitespace = false
13+
14+
[*.{yml,yaml}]
15+
indent_size = 2

.gitattributes

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
* text=auto
2+
3+
*.blade.php diff=html
4+
*.css diff=css
5+
*.html diff=html
6+
*.md diff=markdown
7+
*.php diff=php
8+
9+
/.github export-ignore
10+
/tests export-ignore
11+
.editorconfig export-ignore
12+
.gitattributes export-ignore
13+
.gitignore export-ignore
14+
.styleci.yml export-ignore
15+
CHANGELOG.md export-ignore
16+
phpunit.xml.dist export-ignore

.gitignore

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
/vendor
2+
/.idea
3+
composer.lock
4+
/phpunit.xml
5+
.phpunit.result.cache

0 commit comments

Comments
 (0)