We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9698b31 commit e8ea512Copy full SHA for e8ea512
.editorconfig
@@ -14,5 +14,5 @@ trim_trailing_whitespace = true
14
[*.md]
15
trim_trailing_whitespace = false
16
17
-[*.{yml, yaml}]
+[*.{yml,yaml}]
18
indent_size = 2
.gitattributes
@@ -8,7 +8,7 @@
8
/.gitattributes export-ignore
9
/.github export-ignore
10
/.gitignore export-ignore
11
-/.styleci.yml export-ignore
+/CHANGELOG.md export-ignore
12
/docs export-ignore
13
/phpstan.neon.dist export-ignore
/phpunit.xml.dist export-ignore
0 commit comments