diff --git a/.editorconfig b/.editorconfig index 351b59f..ac57901 100644 --- a/.editorconfig +++ b/.editorconfig @@ -5,19 +5,12 @@ charset = utf-8 end_of_line = lf trim_trailing_whitespace = true insert_final_newline = true -indent_style = tab -indent_size = 4 - -[*.{js,jsx,scss,css,json,yaml,yml,feature,xml}] indent_style = space indent_size = 2 -# Composer File -[composer.{json,lock}] -indent_style = space +[*.php] +indent_style = tab indent_size = 4 -# Dotfiles -[.*] -indent_style = space -indent_size = 2 +[LICENSE] +indent_style = unset diff --git a/.phpcs.xml b/.phpcs.xml index 1a669ef..5ba5b85 100644 --- a/.phpcs.xml +++ b/.phpcs.xml @@ -13,7 +13,7 @@ - + diff --git a/phpunit.xml b/phpunit.xml index 7d8c272..e5e4c70 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -1,18 +1,18 @@ - - - tests/feature - - - tests/unit - - + + + tests/feature + + + tests/unit + +