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.
2 parents a17fe2c + 1807656 commit 9d8bebbCopy full SHA for 9d8bebb
.editorconfig
@@ -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
@@ -6,8 +6,9 @@
/docs export-ignore
/tests export-ignore
/.coveralls.yml export-ignore
+/.editorconfig export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.travis.yml export-ignore
-/phpcs.xml export-ignore
+/phpcs.xml.dist export-ignore
/phpunit.xml.dist export-ignore
phpcs.xml renamed to phpcs.xml.dist
0 commit comments