diff --git a/.arcconfig b/.arcconfig deleted file mode 100644 index 7682f77..0000000 --- a/.arcconfig +++ /dev/null @@ -1,11 +0,0 @@ -{ - "phabricator.uri": "https://phabricator.ericstern.com", - "unit.engine": "Firehed\\Arctools\\Unit\\PHPUnitTestEngine", - "unit.phpunit.binary": "vendor/bin/phpunit", - "https.blindly-trust-domains": [ - "phabricator.ericstern.com" - ], - "load": [ - "vendor/firehed/arctools/src" - ] -} diff --git a/.editorconfig b/.editorconfig deleted file mode 100644 index ce17388..0000000 --- a/.editorconfig +++ /dev/null @@ -1,7 +0,0 @@ -[*] -indent_style = space -indent_size = 4 -charset = utf-8 -trim_trailing_whitespace = true -insert_final_newline = true - diff --git a/phpcs.xml b/phpcs.xml deleted file mode 100644 index 07fca84..0000000 --- a/phpcs.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - src - tests - - - diff --git a/phpcs.xml.dist b/phpcs.xml.dist new file mode 100644 index 0000000..ea9e920 --- /dev/null +++ b/phpcs.xml.dist @@ -0,0 +1,13 @@ + + + + + + + + + src + tests + + +