Skip to content

Commit 9d8bebb

Browse files
authored
Merge pull request #12 from adriansuter/patch-phpcs
Patch phpcs
2 parents a17fe2c + 1807656 commit 9d8bebb

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed

.editorconfig

Lines changed: 15 additions & 0 deletions
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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@
66
/docs export-ignore
77
/tests export-ignore
88
/.coveralls.yml export-ignore
9+
/.editorconfig export-ignore
910
/.gitattributes export-ignore
1011
/.gitignore export-ignore
1112
/.travis.yml export-ignore
12-
/phpcs.xml export-ignore
13+
/phpcs.xml.dist export-ignore
1314
/phpunit.xml.dist export-ignore
File renamed without changes.

0 commit comments

Comments
 (0)