Skip to content
This repository was archived by the owner on Jun 10, 2024. It is now read-only.

Commit f7b171f

Browse files
committed
.gitattributes and editorconfig file changed
1 parent 45d2bb8 commit f7b171f

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

.editorconfig

+2-5
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,7 @@ insert_final_newline=false
55
indent_style=space
66
indent_size=4
77

8-
[{*.hphp,*.phtml,*.module,*.php,*.php5,*.php4,*.inc}]
9-
indent_style=tab
10-
tab_width=4
11-
128
[{*.yml,*.yaml}]
139
indent_style=space
14-
indent_size=2
10+
indent_size=2
11+

.gitattributes

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
/tests export-ignore
2+
/.github export-ignore
23
/.gitattributes export-ignore
34
/.gitignore export-ignore
45
/.scrutinizer.yml export-ignore
56
/.travis.yml export-ignore
7+
/.editorconfig export-ignore
68
/phpunit.xml export-ignore
79
/changelog.md export-ignore
8-
/readme.md export-ignore
10+
/README.md export-ignore
11+
/CONTRIBUTING.md export-ignore
12+
/CODE_OF_CONDUCT.md export-ignore

0 commit comments

Comments
 (0)