diff --git a/.editorconfig b/.editorconfig index bb6d986..677e36e 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,6 +7,3 @@ indent_size = 4 indent_style = space insert_final_newline = true trim_trailing_whitespace = true - -[*.yml*] -indent_size = 2 diff --git a/.gitattributes b/.gitattributes index c2198a1..6ad7431 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,12 @@ -.editorconfig export-ignore -.gitattributes export-ignore -.gitignore export-ignore -CONTRIBUTING.md export-ignore -CONDUCT.md export-ignore +.editorconfig export-ignore +.gitattributes export-ignore +.gitignore export-ignore +.php_cs export-ignore +.scrutinizer.yml export-ignore +.styleci.yml export-ignore +.travis.yml export-ignore +CONDUCT.md export-ignore +CONTRIBUTING.md export-ignore +phpspec.yml.ci export-ignore +phpspec.yml.dist export-ignore +phpunit.xml.dist export-ignore diff --git a/.gitignore b/.gitignore index d6a14f7..7608c4b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ build/ vendor/ composer.lock +phpspec.yml +phpunit.xml diff --git a/.php_cs b/.php_cs new file mode 100644 index 0000000..23ba165 --- /dev/null +++ b/.php_cs @@ -0,0 +1,13 @@ +