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.
1 parent 0a0bb5e commit 5406fefCopy full SHA for 5406fef
2 files changed
.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
+trim_trailing_whitespace = true
8
+indent_style = space
9
+indent_size = 4
10
11
+[*.{yml,yaml}]
12
+indent_size = 2
13
14
+[*.md]
15
+trim_trailing_whitespace = false
.gitattributes
@@ -0,0 +1,12 @@
+# Exclude development-only files from Composer dist tarballs.
+/.github export-ignore
+/.gitattributes export-ignore
+/.gitignore export-ignore
+/.editorconfig export-ignore
+/.php-cs-fixer.dist.php export-ignore
+/.phpunit.cache export-ignore
+/docs export-ignore
+/tests export-ignore
+/phpstan.neon.dist export-ignore
+/phpunit.xml export-ignore
+/CHANGELOG.md export-ignore
0 commit comments